feat:新增全局属性配置

This commit is contained in:
MTrun
2022-02-23 15:23:09 +08:00
parent 148297766c
commit d1d27a740f
4 changed files with 108 additions and 3 deletions
@@ -1,4 +1,24 @@
export const axisConf = {
xposition: [
{
label: 'top',
value: 'top'
},
{
label: 'bottom',
value: 'bottom'
}
],
yposition: [
{
label: 'left',
value: 'left'
},
{
label: 'right',
value: 'right'
}
],
splitLint: {
lineStyle: {
type: [