highcharts-angular icon indicating copy to clipboard operation
highcharts-angular copied to clipboard

Cursor update only works on first series

Open Noppey opened this issue 3 years ago • 1 comments

"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.

Noppey avatar Oct 05 '22 19:10 Noppey

Hi @Noppey.

Unfortunately, I was not able to recreate that- demo.

Could you please update the demo so that the issue is visible?

karolkolodziej avatar Oct 10 '22 07:10 karolkolodziej

Set the cursor to 'default' instead of undefined, then the behavior occurs.

Noppey avatar Oct 20 '22 09:10 Noppey

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.

karolkolodziej avatar Oct 24 '22 10:10 karolkolodziej

I reported that issue on the main repo: https://github.com/highcharts/highcharts/issues/17878

karolkolodziej avatar Oct 24 '22 10:10 karolkolodziej