We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
props: { width: createEditorInputProp({ label: '组件宽度', defaultValue: '100%' }), height: createEditorInputProp({ label: '组件高度', defaultValue: '400' }), 'chartConfig.legend.show': createEditorSwitchProp({ label: '是否为展示图例', defaultValue: true, }), 'chartConfig.title.show': createEditorSwitchProp({ label: '是否为展示主标题', defaultValue: true, }) } 类似上面chartConfig.legend.show这种深层嵌套的。调试了下没有同步生效
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
props: {
width: createEditorInputProp({ label: '组件宽度', defaultValue: '100%' }),
height: createEditorInputProp({ label: '组件高度', defaultValue: '400' }),
'chartConfig.legend.show': createEditorSwitchProp({
label: '是否为展示图例',
defaultValue: true,
}),
'chartConfig.title.show': createEditorSwitchProp({
label: '是否为展示主标题',
defaultValue: true,
})
}
类似上面chartConfig.legend.show这种深层嵌套的。调试了下没有同步生效
The text was updated successfully, but these errors were encountered: