feat(data-vi): allows to use json5 in chart json config (#4668)

This commit is contained in:
YANG QIA 2024-06-14 20:19:22 +08:00 committed by GitHub
parent 8e20aac7a7
commit 5a3466a73a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ export const getConfigSchema = (general: any): ISchema => ({
autoSize: { autoSize: {
minRows: 3, minRows: 3,
}, },
json5: true,
}, },
}, },
}, },