I tried category axis, but it only shows 6 values, and the last two do not appear.
How can I force JFreeChart to use the values I give in the order I give them without overwriting the old values?
Code: Select all
x | y
----+----
01a | 10.5
02a | 5.4
03a | 6.8
04a | 3.5
05a | 5.5
abc | 5.0
01a | 3.0
02a | 5.8