We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The dataLabelsEnabled is false but it's still showing data for it. check out the screenshot ->
The text was updated successfully, but these errors were encountered:
Can you share your chart options code?
Sorry, something went wrong.
val aaChartModel : AAChartModel = AAChartModel() .chartType(AAChartType.Pie) .backgroundColor("#FFFFFFFF") .dataLabelsEnabled(false) .legendEnabled(false) .animationDuration(2500) .series(arrayOf( AASeriesElement() .innerSize("85%") .data(arrayOf( 4, 10, 3, 7 )) )) pieChartView?.aa_drawChartWithChartModel(aaChartModel)
Can you please update me on this, I am stuck on this issue for a long.
AASeriesElement() .name("") .dataLabels( AADataLabels().enabled(false)) this worked for me
No branches or pull requests
The dataLabelsEnabled is false but it's still showing data for it. check out the screenshot ->
![Screenshot_1675881809](https://user-images.githubusercontent.com/112461516/217623361-2598f064-6566-4bd9-ab9a-87148eb2400d.png)
The text was updated successfully, but these errors were encountered: