I need to draw a pie chart where on selection a label appears on the slice showing percentage. I am using iOS Charts library. but I didn't find out any way to stop showing the text on slice unless it was selected slice. Any help will be appreciated.
I want to use highcharts,specifically 3D pie but I want to add different data to the pie chart (add values in the chart), something like this image:
Is it possible?
Thank you
I am in mid of developing small IOS app using Swift 3. Inside that app, I would like to have a Pie chart. To build a Pie chart, I followed this link and pie chart is getting generated.
But then I don't want to show the the text inside the pie chart because it doesn't look great/overlap with other text when the area size is very less.
Any idea, how to do it? Those Jan, Feb text should not appear inside the pie chart circle.
you have to FALSE below properties for chart
chartView.highlightPerTapEnabled = false
chartView.usePercentValuesEnabled = false
chartView.drawEntryLabelsEnabled = false
Is it possible to make a pie chart like in the image below using highcharts (highcharts.com)?
The 2nd level is filled partially.
Example in jsfiddle would be great.
Thanks for advice.
I want to draw bar to pie chart with Highcharts like this
is it possible !?