Search found 3 matches

by clafar
Tue Sep 13, 2016 11:06 am
Forum: JFreeChart
Topic: Strange behaviour in x-axis of TimeSeries chart
Replies: 3
Views: 3858

Re: Strange behaviour in x-axis of TimeSeries chart

Such a simple solution! Omg Thank you, I wasn't aware of that! I have changed my Ds to lower case ds and the graph looks perfect now.

Thanks again!
by clafar
Mon Sep 12, 2016 4:32 pm
Forum: JFreeChart
Topic: Strange behaviour in x-axis of TimeSeries chart
Replies: 3
Views: 3858

Re: Strange behaviour in x-axis of TimeSeries chart

I changed my dummy data to have a uniform time interval just to see if it works, but the issue still persists. Any help and ideas will be greatly appreciated because I have no idea how to solve this. //min,hr,day,mon,yr //uniform intervals, one data point per month s1.add(new Minute( 30, 12, 01, 1, ...
by clafar
Mon Sep 12, 2016 1:17 pm
Forum: JFreeChart
Topic: Strange behaviour in x-axis of TimeSeries chart
Replies: 3
Views: 3858

Strange behaviour in x-axis of TimeSeries chart

Hi everyone, Apologies if this issue has already been addressed but I am pretty new to JFreeChart. I am currently experimenting with a TimeSeries Chart and I have a data set with the date and time and a temperature value. The date/time information does not have a uniform interval and I think this mi...