mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
build: 升级版本到2.0.7
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
},
|
||||
"position": "bottom",
|
||||
"axisLine": {
|
||||
"show": true,
|
||||
"lineStyle": {
|
||||
"color": "#B9B8CE",
|
||||
"width": 1
|
||||
|
||||
@@ -13,5 +13,7 @@ export const systemSetting = {
|
||||
// 图表拖拽时的吸附距离(px)
|
||||
[SettingStoreEnums.CHART_ALIGN_RANGE]: 10,
|
||||
// 图表工具栏状态(侧边工具状态)
|
||||
[SettingStoreEnums.CHART_TOOLS_STATUS]: ToolsStatusEnum.ASIDE
|
||||
[SettingStoreEnums.CHART_TOOLS_STATUS]: ToolsStatusEnum.ASIDE,
|
||||
// 图表工具栏状态隐藏(刚开始不隐藏)
|
||||
[SettingStoreEnums.CHART_TOOLS_STATUS_HIDE]: false,
|
||||
}
|
||||
Reference in New Issue
Block a user