XChart icon indicating copy to clipboard operation
XChart copied to clipboard

Give the possibility to supply a custom label generator for pie charts

Open ggiambo opened this issue 2 years ago • 3 comments

ggiambo avatar Sep 03 '22 15:09 ggiambo

Please add a demo.

timmolter avatar Jul 30 '23 08:07 timmolter

Demo of PieChart02 with labels showing percentage:

Before immagine

After immagine

ggiambo avatar Aug 01 '23 13:08 ggiambo

@timmolter is the demo OK or are you expecting something else?

ggiambo avatar Sep 06 '23 10:09 ggiambo

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(

timmolter avatar Apr 25 '24 19:04 timmolter

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 ?

ggiambo avatar Apr 26 '24 18:04 ggiambo