Skip to content

Commit

Permalink
fix: set legend to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiqiang committed Nov 6, 2024
1 parent 1adef82 commit 1746532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/profile/[id]/weekly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const singleChartOption: ECOption = {
interval: 1,
},
legend: {
type: 'scroll',
bottom: '0%',
selected: {
[`A1 (${t('weekly.unlimited.label')})`]: false,
Expand Down

0 comments on commit 1746532

Please sign in to comment.