Modifying pie chart labels from within JSF ChartCreator

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Edward I
Posts: 3
Joined: Thu May 29, 2008 3:05 pm

Modifying pie chart labels from within JSF ChartCreator

Post by Edward I » Thu May 29, 2008 3:12 pm

Hi,
Is it possible to customize the pie chart labels in jsf chart creator? i.e., right now all the labels are just the category you use in the dataset (A,B,C,etc.), but I would like to have the % numbers in there as well (A 10%, B 15%, C 75%).

This is possible in JFreeChart according to the docs, but I'm just not sure how to access it in my JSF page with chart Creator.

Thanks

Locked