Skip to content

Commit

Permalink
Set yAxis min to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Feb 20, 2024
1 parent 52f83c4 commit 3fa79b7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const RespRateTSChart = () => {
}
}) : []
},
yAxis: {
min: 0
},
series: [
{
name: "Response rate (%)",
Expand Down

0 comments on commit 3fa79b7

Please sign in to comment.