Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
feature(Dashboard): Remove max of y axis on Staking Return chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sim authored and hanjukim committed Sep 27, 2019
1 parent f376ad2 commit 793dff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/StakingReturn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const StakingReturn = () => (
})),
options: {
scales: {
yAxes: [{ ticks: { min: 0, max: 12, callback: v => `${v}%` } }]
yAxes: [{ ticks: { callback: v => `${v}%` } }]
},
tooltips: {
callbacks: {
Expand Down

0 comments on commit 793dff7

Please sign in to comment.