Highcharts: Sankey

Created on 20 Jun 2018  路  3Comments  路  Source: highcharts/highcharts

Expected behaviour / #### Actual behaviour

https://jsfiddle.net/7xsdno0z/3/
In the example above there is no connection between any of the data in level 0, and England. This leads to England being moved back to level 0. Is it possible to make it so England remains on the same level as Portugal, France, Spain?

Live demo with steps to reproduce

https://jsfiddle.net/7xsdno0z/3/

Product version

v6.1.0

Affected browser(s)

All

Question

Most helpful comment

Actually there is officiall support for this. You need to set the nodes.column option to 1. See https://jsfiddle.net/7xsdno0z/12/.

All 3 comments

Hi @vivekk123

It's not possible to skip columns at this moment. PoC for this is to provide skipColumns option, for example: https://jsfiddle.net/BlackLabel/7xsdno0z/5/

Closing as duplicate of #7354

Actually there is officiall support for this. You need to set the nodes.column option to 1. See https://jsfiddle.net/7xsdno0z/12/.

Great,

Thanks :)

Was this page helpful?
0 / 5 - 0 ratings