update height

This commit is contained in:
Qiuxia Fan 2022-05-24 11:11:59 +08:00
parent eaa17ca2b3
commit 9820b615a7

View File

@ -72,7 +72,7 @@ function drawGraph() {
const w = width < 800 ? 802 : width;
flameChart.value = flamegraph()
.width(w - 2)
.cellHeight(10)
.cellHeight(18)
.transitionDuration(750)
.minFrameSize(1)
.transitionEase(d3.easeCubic as any)