This commit is contained in:
2026-01-03 11:46:05 +01:00
parent a192575923
commit 8a7da64ba6

View File

@@ -535,6 +535,10 @@ export default function App() {
showGridLines={false} showGridLines={false}
showLegend={false} showLegend={false}
curve="monotone" curve="monotone"
yAxisWidth={0}
minValue={Math.min(...data.map(d => d.value)) * 0.95}
maxValue={Math.max(...data.map(d => d.value)) * 1.05}
/> />
</Card> </Card>