Skip to content

Regression in map drilldown - data labels should fade in #15133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TorsteinHonsi opened this issue Feb 15, 2021 · 1 comment · Fixed by #16737
Closed

Regression in map drilldown - data labels should fade in #15133

TorsteinHonsi opened this issue Feb 15, 2021 · 1 comment · Fixed by #16737

Comments

@TorsteinHonsi
Copy link
Collaborator

Expected behaviour

On drill down, data labels should fade in slowly after the chart has zoomed

Actual behaviour

Data labels appear abruptly before the chart has zoom-animated

Live demo with steps to reproduce

https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/map-drilldown/

Product version

A regression in v7.0.0. Worked as intended in v6.2.0.

@khlieng
Copy link
Member

khlieng commented Feb 15, 2021

Did some poking. The opacity fading part of this broke in 7.1.0, because of inactiveOtherPoints, there is no fading in of data labels on drilldown for all series that are not inactiveOtherPoints. And the deferred part of it broke in 8.2.0 when defer was introduced and the setTimeout in drawDataLabels got removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants