Show value and percentage on bar chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
guymac
Posts: 7
Joined: Wed Feb 18, 2004 12:56 am

Show value and percentage on bar chart

Post by guymac » Wed Feb 18, 2004 8:00 pm

I need help figuring out how to do a custom itemLabelGenerator. I would like the label to include the numerical value and it's percentage of some other value. E.g a bar chart with

Item A XXXXXXXXXXXXXX 1000 (100%)
Item B XXXXXXXXXXX 777 (77.7%)
Item C XXXXX 333 (33.3%)

Thanks.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Feb 18, 2004 10:03 pm

I'm going to try to put together a demo for this, and write it up for the JFreeChart Developer Guide. I'll send you a draft as soon as I'm done - comments will be welcome!
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked