File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,24 @@ import * as echarts from 'echarts/core'
2
2
3
3
import {
4
4
BarChart ,
5
+ FunnelChart ,
6
+ GaugeChart ,
5
7
LineChart ,
6
- PieChart ,
7
8
MapChart ,
8
9
PictorialBarChart ,
9
- RadarChart ,
10
- GaugeChart
10
+ PieChart ,
11
+ RadarChart
11
12
} from 'echarts/charts'
12
13
13
14
import {
14
- TitleComponent ,
15
- TooltipComponent ,
16
- GridComponent ,
17
- PolarComponent ,
18
15
AriaComponent ,
19
- ParallelComponent ,
16
+ GridComponent ,
20
17
LegendComponent ,
18
+ ParallelComponent ,
19
+ PolarComponent ,
20
+ TitleComponent ,
21
21
ToolboxComponent ,
22
+ TooltipComponent ,
22
23
VisualMapComponent
23
24
} from 'echarts/components'
24
25
@@ -41,7 +42,8 @@ echarts.use([
41
42
CanvasRenderer ,
42
43
PictorialBarChart ,
43
44
RadarChart ,
44
- GaugeChart
45
+ GaugeChart ,
46
+ FunnelChart
45
47
] )
46
48
47
49
export default echarts
You can’t perform that action at this time.
0 commit comments