#Areachart between lines
7 messages · Page 1 of 1 (latest)
<AreaChart
h="800"
data={chartData}
dataKey="timestamp"
withPointLabels
series={[{ name: 'balance', color: 'dark' }]}
curveType="linear"
valueFormatter={(chartData: number) => ${chartData}€}
connectNulls
/>
What it free space? You want to change domain of the chart? In this case, you can try using this – https://mantine.dev/charts/area-chart/#y-axis-scale
thanks i will try this 🙂
I mean like, can i somehow decrease this space between 58000€ and 30000€ i can show what space i mean
You want chart size to be smaller?
i mean yeah