Skip to content

Commit

Permalink
Merge pull request #414 from stanislawosinski/labels-during-animation
Browse files Browse the repository at this point in the history
Draw FoamTree labels also during animation
  • Loading branch information
th0r committed Jan 20, 2021
2 parents 9ade716 + 8d60ddc commit 1ccda17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,10 @@ _Note: Gaps between patch versions are faulty, broken or test releases._

## UNRELEASED

* **Improvement**
* Keep treemap labels visible during zooming animations for better user experience ([#414](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/414) by [@
stanislawosinski](https://github.com/stanislawosinski))

* **Bug Fix**
* Don't show an empty tooltip when hovering over the FoamTree attribution group or between top-level groups ([#413](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/413) by [@
stanislawosinski](https://github.com/stanislawosinski))
Expand Down
1 change: 1 addition & 0 deletions client/components/Treemap.jsx
Expand Up @@ -62,6 +62,7 @@ export default class Treemap extends Component {
maxGroupLevelsDrawn: Infinity,
maxGroupLabelLevelsDrawn: Infinity,
maxGroupLevelsAttached: Infinity,
wireframeLabelDrawing: 'always',
groupMinDiameter: 0,
groupLabelVerticalPadding: 0.2,
rolloutDuration: 0,
Expand Down

0 comments on commit 1ccda17

Please sign in to comment.