I am plotting 5-minute intraday stock data. I am using a TimeSeries like this
new TimeSeries("Close",Minute.class);
I use the Minute class (if not a good idea, please, let me know). When I display several days of data it shows up with a gap (actually a straight line) in between the minutes for which there is no data (from 4:00 pm until 8:00 am of the following day). Is there any way to remove that gap so it looks continuous? If I need to use a different data set, please, let me know.
Thanks!
Time series gap
Code: Select all
org.jfree.chart.axis.SegmentedTimeline
I believe that skunk is asking about having "holes" in a time series line graph (because of the mentioned line between the missing data points). If this is the case a SegmentedTimeline is not the answer.lgarcia3 wrote:Code: Select all
org.jfree.chart.axis.SegmentedTimeline
Is there a way to allow for holes in a line graph?
Thanks.
Last edited by stanp on Thu Nov 15, 2007 3:45 am, edited 1 time in total.
-
- Posts: 844
- Joined: Fri Oct 13, 2006 9:29 pm
- Location: Sunnyvale, CA