I am new to this and i am using Jasper reports to create some charts. Jasper uses Jfreechart to render charts.
Hope you could help me on This.
I have two Category Series.
Code: Select all
"Staff" "Client"
-------------------- ---------------------------------------
"2009-10-01", "5" "2009-10-01", "8"
"2009-10-15", "8" "2009-10-15", "3"
"2009-10-20", "3"
"2009-10-25", "5"
"2009-10-30", "9" "2009-10-30", "1"
please notice the Category Axis (X - axis) is not equal for two serieses. So the Chart breaks on "2009-10-20", "3" on Series Staff and "2009-10-15", "3" on "Client". But i want to join this charts without disconnecting

Do you guys have any idea how to fix this problem, Appreciate your help
Thanks,
Keth
Code: Select all
[code]