统计:会员统计

(cherry picked from commit 22adab8590)
This commit is contained in:
owen
2023-10-09 23:27:09 +08:00
committed by shizhong
parent f0cdee8e9a
commit c4e6163437
7 changed files with 588 additions and 17 deletions

View File

@ -18,7 +18,8 @@ import {
AriaComponent,
ParallelComponent,
LegendComponent,
ToolboxComponent
ToolboxComponent,
VisualMapComponent
} from 'echarts/components'
import { CanvasRenderer } from 'echarts/renderers'
@ -32,6 +33,7 @@ echarts.use([
PolarComponent,
AriaComponent,
ParallelComponent,
VisualMapComponent,
BarChart,
LineChart,
PieChart,