I am currently experimenting with JFreeChart and have a problem. I use a TimeSeries chart with 2 different series which have different x-values.
Now I want JFreeChart to let both graphs start at the same x-value and end at the same x-value, depending on which of the series starts earlier or ends later. So that both graphs have the same length.
Is this easily possible or do I have to manipulate the series?
Greetings FloFri