Stas compo

This commit is contained in:
CHIEFSOFT\ameye
2023-05-09 08:17:30 -04:00
parent a7ef1fe603
commit 159ec53410
3 changed files with 131 additions and 124 deletions
@@ -3,6 +3,12 @@ import DoughnutChart from "../Charts/DoughnutChart";
import SelectBox from "../Helpers/SelectBox";
export default function SideStatistics() {
const showStats = false;
if( showStats == false){
return '';
}
debugger;
const filterDatas = ["Last 15 days", "Last Month", "Last 6 month"];
const [filterDataSet, setFilterDataSet] = useState([10, 30, 20, 40]);
const dataSetHandler = (value) => {