plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.85k stars 1.85k forks source link

Broken text transitions for sunburst/treemap charts #5547

Open Kully opened 3 years ago

Kully commented 3 years ago

This issue is described in the Icicle Plot Issue but in the context of an Icicle plot.

Reproducible Example

Check out the Basic Sunburst Example from the docs: https://plotly.com/javascript/sunburst-charts/#basic-sunburst-chart

https://user-images.githubusercontent.com/10369095/110998679-2fa51300-834d-11eb-9d80-79ffcc6102f8.mov

Describing the Bugs

The reason I'm grouping these text labels together is because I suspect they are related. There are other more Icicle specific bugs I've noticed in https://github.com/plotly/plotly.js/pull/5546#issuecomment-797026819.

nicolaskruchten commented 3 years ago

I was able to reproduce this on https://plotly.com/javascript/treemaps/ as well in some cases. MacOS/Chrome.

selkamand commented 2 years ago

Similar issue found when using R plotly package. See this this issue for video and reprex