Multiple data sets

Discussion about JFreeChart related to stockmarket charts.
Locked
miniman
Posts: 11
Joined: Tue Nov 27, 2007 3:06 pm

Multiple data sets

Post by miniman » Mon Jan 12, 2009 4:30 pm

All

If I want to build a chart that has multiple data sets, so
I want to see data from 1 minute, 10 minutes, 1 hour, 1 week.

What is the best way to store it, create a TimeSeries using a year value,
how would I change the chart to display 1 week data, or 1 minute data.

miniman
Posts: 11
Joined: Tue Nov 27, 2007 3:06 pm

Any ideas

Post by miniman » Tue Jan 13, 2009 2:13 pm

So would I just create a minute data set, and then reload it to a Day or Week data set when the user wants to change the view ?

Locked