Broken text transitions for sunburst/treemap charts
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
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
Describing the Bugs
- At the 3 sec mark, notice that
Awanand a few other text labels disappears. - At the 9 sec mark, notice that
Awan,AbelandCainare already located at their target X and Y, and that the text scales into view.
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the Basic Sunburst Example from the Plotly JavaScript documentation and compare the label transitions with the attached video. Read the linked Icicle Plot Issue for related transition behavior. Done means labels such as Awan, Abel, and Cain remain visible and transition to their target positions and scale without disappearing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100