diff --git a/client/src/App.js b/client/src/App.js index 66a6e23..c9ac6f4 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -164,6 +164,7 @@ function SolarPower({end, duration}) { yAxisId='left' domain={[0, 6000]} width={35} + tickCount={6} tickFormatter={(tick) => tick === 0 ? 0 : (tick / 1000) + 'K'} />