2022-02-23 14:11:33 +08:00

21 lines
311 B
TypeScript

export const axisConf = {
splitLint: {
lineStyle: {
type: [
{
label: 'solid',
value: 'solid'
},
{
label: 'dashed',
value: 'dashed'
},
{
label: 'dotted',
value: 'dotted'
}
]
}
}
}