Search found 2 matches

by polly
Tue Sep 11, 2007 3:48 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397696

answering my own question, in case anyone else is interested I don't think there's a way to do this through the taglib API. But a small amount of hacking around with the source revealed that what i wanted was this sort of thing: in ChartUtils.createChartWithXYDataSet() //default to not include zero ...
by polly
Tue Sep 11, 2007 1:11 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397696

Hi ! How can I change the range of my y-axis to a fix value ? (0-100) I don't see any tag offering this configuration. Thank you in advance I also have this problem - I would like to set the range of the y axis. I wanted to use an 'xyarea' graph, but this seems to always start the y axis at 0 - my ...