That's what I needed. Thanks so much David.
Worked like a charm.
Thanks,
jtigner
Search found 3 matches
- Fri Jun 23, 2006 3:53 pm
- Forum: JFreeChart
- Topic: Connect line ignoring null/missing points
- Replies: 8
- Views: 10281
- Mon Jun 19, 2006 6:08 pm
- Forum: JFreeChart
- Topic: Connect line ignoring null/missing points
- Replies: 8
- Views: 10281
Would it help?
Would it help if I mentioned that I'm more than willing to do the work, if I could just get pointed in the right direction. To elaborate: I have a series of results spanning several days. However, some results to not have entries for all days. So I may not get any results for March 25th for one data...
- Thu Jun 15, 2006 5:16 pm
- Forum: JFreeChart
- Topic: Connect line ignoring null/missing points
- Replies: 8
- Views: 10281
Render Null values as 0
(2) Create a new renderer that handles null values by interpolating the value. I think (2) is a cleaner solution ... I need to implement the same solution. I spent some time searching and couldn't find where to start. I'm currently using an XYLineAndShapeRenderer and want null values to be drawn as...