Skip to content

Commit

Permalink
fix charts subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 21, 2024
1 parent 6b5743a commit 3b48be0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ export default function PageViewsBarChart() {
grid={{ horizontal: true }}
slotProps={{
legend: {
labelStyle: { fontSize: 14 },
position: { vertical: 'top', horizontal: 'right' },
itemMarkWidth: 12,
itemMarkHeight: 12,
position: { vertical: 'top', horizontal: 'right' },
itemGap: 24,
labelStyle: { fontSize: 14 },
},
}}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default function PageViewsChart() {
labelStyle: { fontSize: 14 },
itemMarkWidth: 12,
itemMarkHeight: 12,
itemGap: 24,
position: { vertical: 'top', horizontal: 'right' },
},
}}
Expand Down

0 comments on commit 3b48be0

Please sign in to comment.