03.01.26
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user