Search found 3 matches

by glindholm
Sat Jun 23, 2007 7:48 pm
Forum: JFreeChart
Topic: JRE 1.3.1 Support - Needed?
Replies: 12
Views: 17072

We (finally) switched 1.5 about 3 months ago, so we're good with dropping 1.3.
by glindholm
Fri Jun 22, 2007 9:30 pm
Forum: JFreeChart
Topic: Localize Date labels on a Bar chart
Replies: 4
Views: 5568

I've spent all day in the debugger and I now understand what is going wrong. JasperReports is calling org.jfree.chart.ChartFactory.createXYBarChart(...) to created the JFreeChart. ChartFactory.createXYBarChart(...) does not accept a Locale and TimeZone to use. ChartFactory.createXYBarChart(...) does...
by glindholm
Fri Jun 22, 2007 3:52 pm
Forum: JFreeChart
Topic: Localize Date labels on a Bar chart
Replies: 4
Views: 5568

Localize Date labels on a Bar chart

I'm using JFreeChart as part of JasperReports. I've defined an xyBarChart with a timeSeriesDataset and setting the Locale. All the dates on the report are being properly localized except for the date labels on the Bar Chart which alway are in English. Is this a known issue with JFreeChart? Or is thi...