Skip to content

Commit

Permalink
feat: improve chart margins
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Apr 21, 2024
1 parent 03acdea commit 5ad7855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const options = computed(
itemStyle: { opacity: 0 }
},
grid: {
left: '3%',
right: '4%',
left: 0,
right: '5px',
bottom: '3%',
top: '35px',
top: '30px',
containLabel: true
},
tooltip: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const options = computed(
itemStyle: { opacity: 0 }
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
top: '35px',
left: 0,
right: '3%',
bottom: 0,
top: '30px',
containLabel: true
},
xAxis: {
Expand Down

0 comments on commit 5ad7855

Please sign in to comment.