mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
update height
This commit is contained in:
parent
eaa17ca2b3
commit
9820b615a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user