Hi I'm plotting flagged data along with other NumericTimeSeries in my LineChart. The problem is that the flagged data isn't necessarily continuous. Ie., flagged data can show up at any point in the data series, or not at all. It is in fact a continuous TimeSeries because if the point is not flagged, the value in the Flagged series gets a value of -1000 so that it doesn't show up in the graph. The problem is that it looks like it's dropping off as a straight vertical line in some places. Does anyone know of a way to deal with this?
See attached bitmap.
You might try using null to denote the start and end of flagged data rather than -1000. The chart has no way of knowing if -1000 is a valid value or not.