Hey everyone,
I have a multi-series line chart, like the first chart here:
https://canvasjs.com/docs/charts/basics-of-creating-html5-chart/multi-series-charts/
And I have data series which are basically a group of data sets. That’s why I want to split a line in multiple lines. (For example: In the example above. The green line should be (X-values): 10-20-30-40 and the second green line should be the rest (50-60-70-80-90)
But I cannot split it to another data series, because than I have for example multiple entries in the legend. Hiding in the legend is also not a great solution, because legend.itemclick and the content of tooltips will getting much complexer.
Is there any other way, to do get this working?
Thanks in advance.
Best regards