diff --git a/src/components/Common/GraphBase/index.jsx b/src/components/Common/GraphBase/index.jsx index 1e84828..9c180c4 100644 --- a/src/components/Common/GraphBase/index.jsx +++ b/src/components/Common/GraphBase/index.jsx @@ -2,14 +2,10 @@ import useIcon from "../../../hooks/useIcon"; import cls from "./index.module.css"; import { useMemo, useState } from "react"; -import { Switch, Select, Radio } from "antd"; +import { Switch, Select } from "antd"; import "./selector.style.overwrite.css"; -// import { Switch, Select, Space } from 'antd'; import triangle from "../../../assets/Icon/triangle.svg"; -const handleChange = (value: string) => { - console.log(`selected ${value}`); -}; function choseBg(size) { const [width, height] = size; return width === "long" && height === "middle" @@ -53,7 +49,6 @@ function GraphBase(props) { const [showChart, setShowChart] = useState(true); let dto = null; - let timerangeHint = null; const switchStyle = {}; if (props.switchPosition) { @@ -65,7 +60,6 @@ function GraphBase(props) { } if (dateOptions) { - console.log("dateoptions ", title, dateOptions); dto = (