Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试实现 Shinobi 饼图,一切正常,但我无法从饼图系列中删除这个白色宽边框(请参阅图片附件)。
我尝试过类似 style.setCrustShown(false);(但它删除了细分隔线,而不是我真正想要删除的内容)。
Please, post the appropriate method to remove that border. Thanks in advance
最后,我找到了解决方案。
PieSeriesStyle style = series.getStyle(); style.setChartEffect(RadialEffect.FLAT);// does the trick