diff --git a/src/components/LineChart.jsx b/src/components/LineChart.jsx index b78209d..17fc3f2 100644 --- a/src/components/LineChart.jsx +++ b/src/components/LineChart.jsx @@ -31,9 +31,11 @@ const LineChart = ({ coinHistory, currentPrice, coinName }) => { }, ], }; - const options = { scales: { + x: { + reverse: true, + }, y: { ticks: { beginAtZero: true,