Merge pull request #1362 from pikasTech/fix/1353-memory-axis-label-gutter
修复: Web哨兵内存图 Y 轴标签留白
This commit is contained in:
@@ -5,11 +5,11 @@ import { createApp, computed, nextTick, onMounted, ref, watch } from "./vendor/v
|
||||
const bootstrap = readBootstrap();
|
||||
const internalTextPattern = /水合|投影|Trace|trace|Shell|API|DOM|Console|console|Runner|runner|JSONL|steer|facts|分页|HTTP|http|requestfailed|pageerror|Final Response|Code Agent|web-probe|observe|analyzer|终态/u;
|
||||
const memoryChartFrame = Object.freeze({
|
||||
left: 64,
|
||||
left: 88,
|
||||
right: 696,
|
||||
top: 20,
|
||||
bottom: 132,
|
||||
yLabelX: 56,
|
||||
yLabelX: 78,
|
||||
xLabelY: 154,
|
||||
xTitleY: 172,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user