forked from lucas/go-view-fetch
默认500宽 调整为450宽适配1920屏幕
This commit is contained in:
parent
777c68a1a9
commit
dc870000b2
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user