diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/BarChart.tsx b/src/components/BarChart.tsx index b6efdd7..01ea8ce 100644 --- a/src/components/BarChart.tsx +++ b/src/components/BarChart.tsx @@ -1,5 +1,6 @@ import ReactEcharts from "echarts-for-react" import { InfoIcon } from "../icons" +import Tooltip from "./Tooltip" const BarChart = () => { const data = [ @@ -58,10 +59,11 @@ const BarChart = () => { return (