build: 升级版本到2.0.7

This commit is contained in:
奔跑的面条
2022-09-18 17:23:16 +08:00
81 changed files with 2024 additions and 668 deletions
@@ -26,6 +26,7 @@
},
"position": "bottom",
"axisLine": {
"show": true,
"lineStyle": {
"color": "#B9B8CE",
"width": 1
+3 -1
View File
@@ -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,
}