Forum Discussion
MikeGre
10-29-2024ETL
Great script!
You can also use the "startAngle" in case you wish to adjust the orientation! (Tested on 2023.11)
eg.
widget.on('processresult', function(se, args){ args.result.chart.polar = true args.result.pane = { size: '80%', innerSize: '20%',
startAngle: -90 endAngle: 90 } });