diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js index 6cf714ea..89333c1e 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js @@ -1,6 +1,7 @@ import React, { useEffect, useRef } from 'react'; import Module from '../../../public/module' import * as echarts from 'echarts'; +import { Badge } from 'antd'; const LeftTop = () => { @@ -134,9 +135,6 @@ const LeftTop = () => { roundCap: true, barWidth: 30, showBackground: true, - backgroundStyle: { - color: "rgba(66, 66, 66, .3)", - }, data: [40], coordinateSystem: "polar", itemStyle: { @@ -154,6 +152,8 @@ const LeftTop = () => { }, }, }, + + ], }; chartInstance.setOption(frequentlyOption); @@ -163,11 +163,27 @@ const LeftTop = () => { return ( <> -
-
-
-
+
+
+
+ +
+
+
+ + +
)