sea-chart 0.0.45 → 0.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/type.js +4 -4
- package/package.json +1 -1
package/dist/constants/type.js
CHANGED
|
@@ -46,8 +46,8 @@ export const CHART_TYPE_SHOW = {
|
|
|
46
46
|
[CHART_TYPE.AREA_GROUP]: 'Grouped_area',
|
|
47
47
|
[CHART_TYPE.PIE]: 'Basic_pie_chart',
|
|
48
48
|
[CHART_TYPE.RING]: 'Ring_chart',
|
|
49
|
-
[CHART_TYPE.SCATTER]: '
|
|
50
|
-
[CHART_TYPE.COMBINATION]: '
|
|
49
|
+
[CHART_TYPE.SCATTER]: 'Scatter_chart',
|
|
50
|
+
[CHART_TYPE.COMBINATION]: 'Combination_chart',
|
|
51
51
|
[CHART_TYPE.MAP]: '中国地图',
|
|
52
52
|
[CHART_TYPE.MAP_BUBBLE]: '中国地图(气泡图)',
|
|
53
53
|
[CHART_TYPE.WORLD_MAP]: 'World_map',
|
|
@@ -81,11 +81,11 @@ export const CHART_TYPES = [{
|
|
|
81
81
|
icon: 'pie-chart',
|
|
82
82
|
children: [CHART_TYPE.PIE, CHART_TYPE.RING]
|
|
83
83
|
}, {
|
|
84
|
-
name: '
|
|
84
|
+
name: 'Scatter_chart',
|
|
85
85
|
icon: 'scatter-chart',
|
|
86
86
|
children: [CHART_TYPE.SCATTER]
|
|
87
87
|
}, {
|
|
88
|
-
name: '
|
|
88
|
+
name: 'Combination_chart',
|
|
89
89
|
icon: 'combination-chart',
|
|
90
90
|
children: [CHART_TYPE.COMBINATION]
|
|
91
91
|
}, {
|