Open
Description
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这种深层嵌套的。调试了下没有同步生效
Metadata
Metadata
Assignees
Labels
No labels