Skip to content

Commit

Permalink
图表样式
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Jul 6, 2024
1 parent e76862e commit 997ac3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/widget/DailyActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const option = computed(() => {
axisLabel: {
formatter: formatHHmmss,
},
splitNumber: 3,
splitNumber: 2,
},
]
Expand All @@ -92,7 +92,7 @@ const option = computed(() => {
}).join('')
},
position,
extraCssText: 'max-width:60%;',
extraCssText: `max-width:${vertical.value ? 100 : 60}%;`,
},
grid: {
top: 36,
Expand Down
2 changes: 1 addition & 1 deletion src/components/widget/SingleCategoryBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const option = computed<EChartsOption>(() => {
axisLabel: {
formatter: formatHHmmss,
},
splitNumber: 3,
splitNumber: 2,
}
return {
Expand Down

0 comments on commit 997ac3f

Please sign in to comment.