Text Wrapping For Long X-Axis Labels & Legend Sorting In Stacked Charts
Updated 03-02-2023
To display the legend in reverse order the following script can be applied:
widget.on("processresult",(se,ev)=>{ev.result.legend.reversed=true});
More details about the parameter can be found here: https://api.highcharts.com/highcharts/legend.reversed