chore: 演示站访问统计

This commit is contained in:
dap
2024-08-07 17:06:39 +08:00
parent 36a937191e
commit 20a57bfab4
9 changed files with 103732 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ import {
BarChart,
GaugeChart,
LineChart,
MapChart,
PieChart,
RadarChart,
} from 'echarts/charts';
@@ -29,6 +30,7 @@ import {
TooltipComponent,
// 内置数据转换器组件 (filter, sort)
TransformComponent,
VisualMapComponent,
} from 'echarts/components';
import * as echarts from 'echarts/core';
import { LabelLayout, UniversalTransition } from 'echarts/features';
@@ -61,6 +63,8 @@ echarts.use([
LegendComponent,
ToolboxComponent,
GaugeChart,
VisualMapComponent,
MapChart,
]);
export default echarts;