posted 18 years ago
Hello,
Say I have info in the following manner:
Production Date
90 1-jan-05
80 1-jan-06
54 1-feb-05
99 1-feb-06
23 1-mar-05
14 1-mar-05
I would like to show the user the production with reference to their date.
I am not sure what are my possibilities in this issue (graph bar or line)
I was wondering how I can implement it with jfreechart if the Y axis is the production and the x axis is the date (jan05 vs. Jan 06 etc...)
Thanks