setting

Results 3 issues of setting

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 比如5个图例,前2个默认置灰不选,后3个高亮,看3.x版本好像有checked。4.x就无了例外官网文档不全 ### What does...

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? f2 版本 4.0.48 What...

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, })...