diff --git a/src/components/Pages/ChartItemSetting/GlobalSetting.vue b/src/components/Pages/ChartItemSetting/GlobalSetting.vue index 6a313877..1dbca006 100644 --- a/src/components/Pages/ChartItemSetting/GlobalSetting.vue +++ b/src/components/Pages/ChartItemSetting/GlobalSetting.vue @@ -51,6 +51,9 @@ + + + @@ -140,6 +143,9 @@ + + + diff --git a/src/settings/chartThemes/global.theme.json b/src/settings/chartThemes/global.theme.json index 491b3e4a..1c099af8 100644 --- a/src/settings/chartThemes/global.theme.json +++ b/src/settings/chartThemes/global.theme.json @@ -22,7 +22,8 @@ "axisLabel": { "show": true, "fontSize": 12, - "color": "#B9B8CE" + "color": "#B9B8CE", + "rotate": 0 }, "position": "bottom", "axisLine": { @@ -58,7 +59,8 @@ "axisLabel": { "show": true, "fontSize": 12, - "color": "#B9B8CE" + "color": "#B9B8CE", + "rotate": 0 }, "position": "left", "axisLine": {