Skip to content

Commit

Permalink
fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed May 2, 2023
1 parent 0b1b486 commit dcb1010
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 dcb1010

Please sign in to comment.