mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 11:26:34 +08:00
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'
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|