allow line charts to handle missing data without interpolating
When drawing a line chart, one should be able to specify the interval between x axis points and whether to interpolate or not at missing x axis locations. That way, if [x,y] data is missing some x locations, we don't have a line at the missing points. This is similar to creating an [x,y] pair at each point and specifying NULL, but in some cases creating an [x,y] pair for all missing points isn't practical.
-
Yes, the connectNulls option is working. Do you have a live demo of your problem chart?
-
asd commented
is this problem solved? it's really weird... with datetime it just connects everything...
-
I think it does... Note the difference between the two series at http://jsfiddle.net/agjZB/
-
Kirsten commented
This does not work when the x-axis is datetime