Skip to content

Commit

Permalink
Set minFrameSize to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
max611 committed Jan 31, 2020
1 parent 6a40351 commit fa8f175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/liquid-flamegraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default class LiquidFlamegraph {
.flamegraph()
.inverted(true)
.cellHeight(20)
.minFrameSize(5)
.width(flameGraphWidth)
.label(function(node: FlamegraphNode) {
return `${node.data.name} took ${formatNodeTime(node.value)}ms`;
Expand Down

0 comments on commit fa8f175

Please sign in to comment.