Skip to content

Commit c2d9d13

Browse files
Draw FoamTree labels also during animation, it should still be fairly smooth on recent hardware.
(cherry picked from commit 17716db)
1 parent ba2bf40 commit c2d9d13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)