Cursor update only works on first series
"highcharts": "^10.2.1", "highcharts-angular": "^3.0.0",
When updating my Highstock column chart using [updateFlag]="true", I'm changing the cursor with:
this.chartOptions.plotOptions.series.cursor = 'default';
When having multiple series, this only works on the first series in the chart.
Hi @Noppey.
Unfortunately, I was not able to recreate that- demo.
Could you please update the demo so that the issue is visible?
Set the cursor to 'default' instead of undefined, then the behavior occurs.
From what I can see this issue is replicable without the Angular - demo.
As a workaround, I can recommend updating each series separately or doing what I did in the demo above.
I reported that issue on the main repo: https://github.com/highcharts/highcharts/issues/17878