From e5a85300908ab76c1acf889808b5d340a220018d Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Wed, 16 Oct 2024 13:36:38 +0530 Subject: [PATCH] update --- src/components/Doughnut/LineChart.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Doughnut/LineChart.jsx b/src/components/Doughnut/LineChart.jsx index 2accbd7..fc29526 100644 --- a/src/components/Doughnut/LineChart.jsx +++ b/src/components/Doughnut/LineChart.jsx @@ -27,7 +27,7 @@ ChartJS.register( const LineChart = () => { const { colorMode } = useColorMode(); - const [selectedValue, setSelectedValue] = useState("Daily"); + const [selectedValue, setSelectedValue] = useState("24 Hrs"); const [labels, setLabels] = useState([]); const [dataset, setDataset] = useState([]);