1
0

默认500宽 调整为450宽适配1920屏幕

This commit is contained in:
Free-sss 2025-08-21 21:36:26 +08:00
parent 777c68a1a9
commit dc870000b2

View File

@ -24,7 +24,7 @@ export const theme = {
export const chartInitConfig = { export const chartInitConfig = {
x: 50, x: 50,
y: 50, y: 50,
w: 500, w: 450,
h: 300, h: 300,
// 不建议动 offset // 不建议动 offset
offsetX: 0, offsetX: 0,