wrote:
Hi osacc,
I think what happens is that because you have two series, the Platform tries to make sure both series have the same series, and adds empty ones for those "missing". It's a common problem (at least I've seen questions on the forum before), the solution to which is making sure you have a y value (even if 0) for every x value.
The solution does work for regular column charts, but doesn't seem to work for waterfall column charts.
Here's what I get with regular ones:
https://i.imgur.com/Bp8rwdA.png
And here's what I get as soon as I add
chart: { type: 'waterfall', },
to HighchartsJSON:
https://i.imgur.com/fhHZy5E.png
Is there anything that can be done about this? I've looked at this fiddle:
Doesn't seem too different structurally from mine.