I am creating Sankey chart using Highcharts where I want to sort my source and destination labels alphabetically. In this image you can see labels are randomly assigned as per data values. I want to sort those labels for both source and destination. So in second column I want to see nodes in below order,
England -> France -> Portugal -> Spain
How can sort all nodes to get such result ?