Skip to content

Commit

Permalink
Merge pull request #9 from 0xMillz/chart_tweak
Browse files Browse the repository at this point in the history
feat: adjust chart y-axis to be more πŸ’
  • Loading branch information
willyogo authored Jun 19, 2024
2 parents cb940c5 + b1d1a86 commit 3d3687d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/InfoDashboard/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export const CHART_CONFIG: Readonly<ChartConfig> = Object.freeze({
},
ticks: {
color: '#ffffff',
callback: (val: unknown) => String(val).replace(/000$/, 'K'),
stepSize: 5000,
stepSize: 50,
},
},
},
Expand Down

0 comments on commit 3d3687d

Please sign in to comment.