Open duud666 opened 8 months ago
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这种深层嵌套的。调试了下没有同步生效
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
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这种深层嵌套的。调试了下没有同步生效