#Areachart between lines

7 messages · Page 1 of 1 (latest)

thorny snow
#

Is there any way to decrease this free space between these lines without decreasing height? Or can i some how fit this last "value" on here because it is going way out of the area

thorny snow
#

<AreaChart
h="800"
data={chartData}
dataKey="timestamp"
withPointLabels
series={[{ name: 'balance', color: 'dark' }]}
curveType="linear"
valueFormatter={(chartData: number) => ${chartData}€}
connectNulls
/>

amber ermine
thorny snow
#

thanks i will try this 🙂

thorny snow
#

I mean like, can i somehow decrease this space between 58000€ and 30000€ i can show what space i mean

amber ermine
thorny snow
#

i mean yeah