Ignore missing values

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
logu
Posts: 1
Joined: Mon Feb 25, 2019 4:59 pm
antibot: No, of course not.

Ignore missing values

Post by logu » Mon Feb 25, 2019 5:06 pm

I am sure this is asked before. But, I couldn't find it. Here is my question.

I am displaying hourly chart of stocks. I want to display chart from 9am est to 14pm est. The chart has gaps for hours outside this range. How do I make jfreechart ignore the after and pre market hours?

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Ignore missing values

Post by John Matthews » Tue Feb 26, 2019 8:53 pm

You might look at SegmentedTimeline, although it is no longer supported.

Locked