Hi all i am using fusion charts for 3d doughnut chart in angular application.
please let me know how to hide labels in 3d doughnut chart. (I want to hide values around 3d doughnut chart)
To hide the labels please set showLabels as 0 & to hide the values set showValues as 0, both of these attributes need to be applied at the chart object level, here is a demo
chart :{
showLabels:0,
showValues:0
}