Search found 2 matches

by castocolina
Mon May 18, 2009 4:10 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397839

Re: JSF Chart Creator

Is this project already forgotten, is no longer supported? I not wacht changes since 1.2 version and I see it replaced by "PrimeFaces". In addition it is not available in any maven repository. I made some changes to suit certain needs of a project want help to be present in a next revision. What sho...
by castocolina
Fri Jan 16, 2009 3:54 pm
Forum: JFreeChart
Topic: PerioAxis LabelInfo Customize Quarter month name
Replies: 0
Views: 1767

PerioAxis LabelInfo Customize Quarter month name

Hello I have a chart shown quartes periods of data, I want show the month in my data. This my code: // Data Set 1 TimeSeries timeseries = new TimeSeries("Price", org.jfree.data.time.Quarter.class); // DATA Calendar cal = GregorianCalendar.getInstance(); cal.set(2002, 2, 01);// month 3 march Quarter ...