XChart
XChart copied to clipboard
Give the possibility to supply a custom label generator for pie charts
Please add a demo.
Demo of PieChart02
with labels showing percentage:
Before
After
@timmolter is the demo OK or are you expecting something else?
I appreciate the idea and effort, but the way you implemented it is different than we have for other chart types: through the styler:
chart
.getStyler()
.setCustomCursorXDataFormattingFunction(
I appreciate the idea and effort, but the way you implemented it is different than we have for other chart types: through the styler:
chart .getStyler() .setCustomCursorXDataFormattingFunction(
I understand. What about #847 ?