File tree Expand file tree Collapse file tree 3 files changed +355
-3
lines changed
Expand file tree Collapse file tree 3 files changed +355
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type {
33 ComposeOption ,
44 DatasetComponentOption ,
55 DataZoomComponentOption ,
6+ GeoComponentOption ,
67 GraphicComponentOption ,
78 LegendComponentOption ,
89 MarkAreaComponentOption ,
@@ -20,6 +21,7 @@ import {
2021 BrushComponent ,
2122 DatasetComponent ,
2223 DataZoomComponent ,
24+ GeoComponent ,
2325 GraphicComponent ,
2426 LegendComponent ,
2527 MarkAreaComponent ,
@@ -60,6 +62,8 @@ export const Dataset = /*#__PURE__*/ defineComponent<DatasetComponentOption>([Da
6062
6163export const DataZoom = /*#__PURE__*/ defineComponent < DataZoomComponentOption > ( [ DataZoomComponent ] ) ;
6264
65+ export const Geo = /*#__PURE__*/ defineComponent < GeoComponentOption > ( [ GeoComponent ] ) ;
66+
6367export const Graphic = /*#__PURE__*/ defineComponent < GraphicComponentOption > ( [ GraphicComponent ] ) ;
6468
6569export const Legend = /*#__PURE__*/ defineComponent < LegendComponentOption > ( LegendComponent ) ;
Original file line number Diff line number Diff line change 44 Brush ,
55 Dataset ,
66 DataZoom ,
7+ Geo ,
78 Graphic ,
89 Legend ,
910 MarkArea ,
You can’t perform that action at this time.
0 commit comments