highcharts / highcharts

Highcharts JS, the JavaScript charting framework
https://www.highcharts.com
Other
12.03k stars 3.62k forks source link

Sankey chart - Multiple series overlapping #12533

Closed JustinDraude closed 4 years ago

JustinDraude commented 4 years ago

Expected behaviour

When multiple series are added, I expected the chart to be drawn in a way the series don't overlap. As when all data is in one series object, difference being with them in separate series objects, you can disable them individually by legend.

Actual behaviour

Series overlap, with the last series in the stack being accessible by hover.

Live demo with steps to reproduce

https://jsfiddle.net/ntjafd0e/

Product version

Highcharts 7.2.1

sankeyIssue

pawelfus commented 4 years ago

Thanks for reporting @JustinDraude

At this moment, only one Sankey series per chart is supported.

JustinDraude commented 4 years ago

Fair enough!