mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:新增全局属性配置
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user