highcharts / highcharts-vue

Other
686 stars 150 forks source link

Chart data update alters mouse hover behavior #239

Closed 0ip closed 1 year ago

0ip commented 1 year ago

Since 1.4.1, updating a chart's data alters the chart's behavior when hovering over its data points. Specifically, a line series' plot is slightly faded out (see image below), as if several series exist, even if just a single one is defined.

image

I used https://codesandbox.io/s/vue-3-composition-api-demo-forked-286m7d and cycled between version 1.4.0 and 1.4.2 to reproduce this problem.

jszuminski commented 1 year ago

Hi, thanks for reporting!

You're right. Something seems to have changed. I'll take a deeper look into it.

MatLeRock commented 1 year ago

Also options like crosshair wont show up anymore when updating. Same on version 1.4.2. Everythingthing seems fine on v1.4.0.

jszuminski commented 1 year ago

I've prioritized this issue and I'm currently working on it. This will be solved within the next release.