My graph is erroneous and even when I'm plotting Minute it displays for a day when I use the Minute constructor which takes the timezone as below:
tCumSeries.add(new Minute(d149,TimeZone.getTimeZone("EST")),1494);
If I use the constructor without the timezone as given below, the gprah displays correctly.
tCumSeries.add(new Minute(d149),1494);
I'm using version 0.8.1 of JFreeChart.
wrong graph when using timeozone
Re: wrong graph when using timeozone
Hi Sriram,
Some work was done a while back on the TimeZone code, and I haven't heard of any problems since then...so I'd recommend trying the latest version of JFreeChart/JCommon to see if it works for you.
Regards,
Dave Gilbert
Some work was done a while back on the TimeZone code, and I haven't heard of any problems since then...so I'd recommend trying the latest version of JFreeChart/JCommon to see if it works for you.
Regards,
Dave Gilbert