By using the connectSeparated attribute, it's possible to display a chart of several time series with completely independent x-values.
The trick is to specify values for the series at the union of the x-values of all series. For one series' x values, specify null
for each of the other series.
For example, say you had two series:
|
Then you would specify the following CSV or native data:
Encoding a gapThere's one extra wrinkle. What if one of the series has a missing value, i.e. what if your series are something like
|