PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.64k stars 9.02k forks source link

能加下饼图的连接线的颜色跟饼块颜色一样的功能吗? #4550

Open Dulifang opened 5 years ago

Dulifang commented 5 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

ADD A REWARD using Speed to SOLVE this issue QUICKLY and SUPPORT this project.

hzq19920817 commented 5 years ago

dataSet.setUsingSliceColorAsValueLineColor(true)

Dulifang commented 5 years ago

谢谢你

hzq19920817 commented 5 years ago

没事

lucf1103 commented 5 years ago

hi,我有个疑问,我在项目里集成完之后,PieChart界面的右下角出现 个View 显示的是“Descriotion Label”这个要怎么去除掉呀

已解决...pieChart.getDescription().setEnabled(false); 加上就没有了

zxdeer commented 4 years ago

dataSet.setUsingSliceColorAsValueLineColor(true) 值重叠知道咋解决不

yyt231 commented 3 years ago

dataSet.setUsingSliceColorAsValueLineColor(true)

我设置了以后没效果,是哪里设置错了吗