Skip to content

Commit

Permalink
normalize charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Aug 7, 2024
1 parent 9cd2f46 commit 0bc366d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,25 @@ export default function Options(data) {
},
},
],
yAxis: {
min: 0,
title: {
text: "(%)",
yAxis: [
{
lineWidth: 1,
lineColor: "#E6E6E6",
min: 0,
title: {
text: "%",
},
},
},
{
min: 0,
title: {
text: "",
},
lineWidth: 1,
lineColor: "#E6E6E6",
left: "75%",
},
],
tooltip: {
valueSuffix: " %",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Options(data) {
lineColor: "#E6E6E6",
min: 0,
title: {
text: "(M€)",
text: "M€",
},
},
{
Expand Down

0 comments on commit 0bc366d

Please sign in to comment.