Greetings,
I’m trying to find a solution that allows me to stack multiple ranges of y-values on a single column (x-value). I can’t use the “stacked column” chart type as each range needs to be discrete (meaning there will be gaps between each range in each column). For example, let’s say I have a column named “Comments”. What I need to be able to do is have multiple ranges of y-values on that column like so: [0, 10], [15,20], [23,25] — and there would be gaps between each range.
Is this possible with Canvasjs?