Skip to content

Commit

Permalink
调整图表样式
Browse files Browse the repository at this point in the history
  • Loading branch information
declandragon authored Sep 18, 2024
1 parent b1bb9f1 commit 3382cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/options/views/statisticCharts/SiteBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ export default Vue.extend({
// categories: categories,
gridLineDashStyle: "ShortDash",
gridLineWidth: 1,
gridLineColor: "#dddddd".
gridLineColor: "#dddddd",
labels: {
rotation: -45
},
Expand Down Expand Up @@ -844,7 +844,7 @@ export default Vue.extend({
},
gridLineDashStyle: "ShortDash",
gridLineWidth: 1,
gridLineColor: "#dddddd".
gridLineColor: "#dddddd",
labels: {
rotation: -45
},
Expand Down Expand Up @@ -952,7 +952,7 @@ export default Vue.extend({
},
gridLineDashStyle: "ShortDash",
gridLineWidth: 1,
gridLineColor: "#dddddd".
gridLineColor: "#dddddd",
labels: {
rotation: -45
},
Expand Down

0 comments on commit 3382cac

Please sign in to comment.