I have time series of data that I would like to build on the tick scale, and not in the time scale.
eg. If the series contains points obtained at times: 10, 15, 30, 100. Instead of superimposing them on the regular axis of the time series, where the distance between 30 and 100 points is equal to 70, I would like the distance between each of these indicates 1 unit . Essentially, I want to build points in the index of points in the underlying dataset.
Is this easy to do in JFreechart.
I had time to implement my own timeline, but it got confused. I would also like the labels to display the time, not the tick number.
source share