fix: statistic tooltips

This commit is contained in:
engigu
2024-01-25 16:52:33 +08:00
parent d341a7e157
commit 50e2e7b0c5
3 changed files with 60 additions and 28 deletions
+2
View File
@@ -10,6 +10,7 @@ import {
GridComponent,
DatasetComponent,
TransformComponent,
LegendComponent,
} from "echarts/components";
// 标签自动布局,全局过渡动画等特性
@@ -28,6 +29,7 @@ echarts.use([
PieChart,
LabelLayout,
UniversalTransition,
LegendComponent,
CanvasRenderer,
LineChart,
]);