Reputation: 4782
I can't figure out why I have a gap between series. Here's example http://jsfiddle.net/rsboarder/dbGH7/. The gap is between 10th and 11th April. I tried
connectNulls: true
But that didn't work for me. Is it possible to fix?
Upvotes: 0
Views: 33
Reputation: 45079
It's caused by using two separate series, which can't be connected. Right now multiple colors for one series aren't supported, but will be released in the near future as plugin for Highcharts (~Q3).
Right now what you can do is to add one more point for left or right series, so all series will have one shared point with the same timestamp.
Upvotes: 1