AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

去怎么去除饼图的折线?

Open wealive opened this issue 4 years ago • 3 comments

哪个属性?文档不是很详细

wealive avatar Jun 09 '21 08:06 wealive

您好,请问解决了么?我也遇到了这个问题

mxdlsm avatar Apr 15 '22 07:04 mxdlsm

请问解决了吗,那个属性可以控制呢

6YK5 avatar May 28 '22 07:05 6YK5

已解决,伪代码如下 aaOption.plotOption?.pie?.dataLabels(AADataLabels().enabled(false)) 不知道为什么,直接使用AAChartModel或者AASeriesElement的DataLabelsEnabled属性,并没有起作用,只有通过上面这样设置才会生效,不知道是我的设置方式不正确,还是这个库的BUG

6YK5 avatar May 28 '22 08:05 6YK5