I am using jfree chart to graphically represent data in a time line basis. Now there is a problem where the user can select data on a time stamp basis such as weekly, hourly, daily etc.
Now is there a way in jfree chart which automatically does summarization for us i.e if we have daily data and want to view that graph on a monthly basis? I want the data to be summarized on a monthly basis. I tried this using tick unit but it doesn't summarize the data accordingly but simply shows the tick unit.
It would be of great help if there is such a feature in JFree chart.