export const axisConf = { xposition: [ { label: 'top', value: 'top' }, { label: 'bottom', value: 'bottom' } ], yposition: [ { label: 'left', value: 'left' }, { label: 'right', value: 'right' } ], splitLint: { lineStyle: { type: [ { label: 'solid', value: 'solid' }, { label: 'dashed', value: 'dashed' }, { label: 'dotted', value: 'dotted' } ] } } }