Skip to content

Commit

Permalink
update graph y limits
Browse files Browse the repository at this point in the history
  • Loading branch information
siliataider committed Jan 23, 2024
1 parent 13b9f5f commit c1069ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions front/src/assets/graph/GraphReward.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ const GraphReward = ({ data }) => {
font: {
size: 14,
weight: 'bold'
}
},
beginAtZero: true,
},
grid: {
color: 'rgba(255, 255, 255, 0.1)'
}
},
min: -0.5,
max: 2
}
},
plugins: {
Expand Down

0 comments on commit c1069ac

Please sign in to comment.