Problem with seriesTimes

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
marouene_
Posts: 15
Joined: Fri Apr 01, 2011 3:32 pm
antibot: No, of course not.

Problem with seriesTimes

Post by marouene_ » Sun Apr 17, 2011 11:48 pm

Hello,
i hava a probleme in my Jfreechart graph,
i used a mysql database, i have a column ' date ' , the format is yyyy-mm-dd
i have also another column rate (type float);
i cant dress the graphe of the variation of the rate (avg(rate)) in function of month
please help
ty

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: Problem with seriesTimes

Post by paradoxoff » Mon Apr 18, 2011 9:47 pm

There is an error in your code in line 47. You need to replace the local variable with an instance field. :wink:

marouene_
Posts: 15
Joined: Fri Apr 01, 2011 3:32 pm
antibot: No, of course not.

Re: Problem with seriesTimes

Post by marouene_ » Tue Apr 19, 2011 3:53 pm

how .?

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: Problem with seriesTimes

Post by paradoxoff » Tue Apr 19, 2011 10:20 pm

I was just trying to (ironically) indicate that we need code in order to help you. Hints like "i cant dress the graphe" are not really helpful.
Sorry.

Locked