skip to Main Content

Javascript – How to create a sankey highchart graph with a grouping node

I have some flights data which looks like this: [{"from":"NY", "to":"Oslo", "company": "Norwegian", "flights":3}, {"from":"NY", "to":"Paris", "company": "Norwegian", "flights":2}, {"from":"Miami", "to":"Berlin", "company": "Norwegian", "flights":1}, {"from":"Miami", "to":"London", "company": "SAS", "flights":1}] I'm looking for a way to implement a highcharts sankey/alluvial or…

VIEW QUESTION
Back To Top
Search