Skip to content

Commit 1ccda17

Browse files
authored
Merge pull request webpack#414 from stanislawosinski/labels-during-animation
Draw FoamTree labels also during animation
2 parents 9ade716 + 8d60ddc commit 1ccda17

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1212

1313
## UNRELEASED
1414

15+
* **Improvement**
16+
* Keep treemap labels visible during zooming animations for better user experience ([#414](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/414) by [@
17+
stanislawosinski](https://github.com/stanislawosinski))
18+
1519
* **Bug Fix**
1620
* 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 [@
1721
stanislawosinski](https://github.com/stanislawosinski))

client/components/Treemap.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default class Treemap extends Component {
6262
maxGroupLevelsDrawn: Infinity,
6363
maxGroupLabelLevelsDrawn: Infinity,
6464
maxGroupLevelsAttached: Infinity,
65+
wireframeLabelDrawing: 'always',
6566
groupMinDiameter: 0,
6667
groupLabelVerticalPadding: 0.2,
6768
rolloutDuration: 0,

0 commit comments

Comments
 (0)