Skip to content

Commit

Permalink
Merge pull request dbarzin#365 from dbarzin/dev
Browse files Browse the repository at this point in the history
fix chart
  • Loading branch information
dbarzin authored May 2, 2023
2 parents 4393196 + dcb1010 commit 41136c9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,13 @@
stacked: true,
}],
yAxes: [{
barPercentage: 1.0,
beginAtZero: true,
steps: 10,
stepValue: 5,
max: 100,
ticks: {
barPercentage: 1.0,
beginAtZero: true,
steps: 10,
stepValue: 5,
max: 100,
},
stacked: true,
}],
},
Expand Down

0 comments on commit 41136c9

Please sign in to comment.