How can i enable Drag & Drop in Highcharts organization-charts?
问题 I need to set up a Highcharts chart of type "organization" which should support Drag & Drop the Nodes on each other (to move the nodes inside the tree). Currently, I got an "organization" chart which displays all the needed information. I tried to use the Highcharts.plotOptions.series.dragDrop -Events but that wasn't working at all. I also tried to use Highcharts.series[organization].dataLabels.nodeFormatter -Callback to replace the outer div by a div with attributes: draggable="true"