21 lines
311 B
TypeScript
21 lines
311 B
TypeScript
![]() |
export const axisConf = {
|
||
|
splitLint: {
|
||
|
lineStyle: {
|
||
|
type: [
|
||
|
{
|
||
|
label: 'solid',
|
||
|
value: 'solid'
|
||
|
},
|
||
|
{
|
||
|
label: 'dashed',
|
||
|
value: 'dashed'
|
||
|
},
|
||
|
{
|
||
|
label: 'dotted',
|
||
|
value: 'dotted'
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|