mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 09:48:43 +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;
|
const w = width < 800 ? 802 : width;
|
||||||
flameChart.value = flamegraph()
|
flameChart.value = flamegraph()
|
||||||
.width(w - 2)
|
.width(w - 2)
|
||||||
.cellHeight(10)
|
.cellHeight(18)
|
||||||
.transitionDuration(750)
|
.transitionDuration(750)
|
||||||
.minFrameSize(1)
|
.minFrameSize(1)
|
||||||
.transitionEase(d3.easeCubic as any)
|
.transitionEase(d3.easeCubic as any)
|
||||||
|
Loading…
Reference in New Issue
Block a user