Sankey highchart - Skipping columns

Asked

Viewed 23 times

0

I’m implementing a Sankey Diagram using Highcharts JS and I’m trying to put a row that accesses the first column to the third column. That’s possible?

For example: http://jsfiddle.net/morn2e4g/18/
In this case, I’m trying to put a line from Brazil to Germany, but don’t move Germany to the second column.

1 answer

1


Simply add ['Brazil', 'Germany', 2 ], doesn’t solve? (http://jsfiddle.net/morn2e4g/91/)

A line was created from Brazil for Germany and the same continues in the third column.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.