10000 [fix]echarts5.4.3例子修改遗漏 review by qiw · SuperMap/iClient-JavaScript@1c491ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c491ac

Browse files
[fix]echarts5.4.3例子修改遗漏 review by qiw
1 parent b2fd86e commit 1c491ac

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

examples/mapboxgl/echarts_geoline_4326.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@
473473
GLMap: {
474474
roam: true
475475
},
476-
coordinateSystem: 'GLMap',
477476
title: {
478477
left: 'center',
479478
textStyle: {
@@ -493,24 +492,6 @@
493492
},
494493
selectedMode: 'single'
495494
},
496-
geo: {
497-
map: 'GLMap',
498-
label: {
499-
emphasis: {
500-
show: false
501-
}
502-
},
503-
roam: true,
504-
itemStyle: {
505-
normal: {
506-
areaColor: '#323c48',
507-
borderColor: '#404a59'
508-
},
509-
emphasis: {
510-
areaColor: '#2a333d'
511-
}
512-
}
513-
},
514495
series: series
515496
};
516497

examples/mapboxgl/echarts_linesDrawMillionsRailwaysNetwork_4326.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
color: '#fff'
112112
}
113113
},
114-
coordinateSystem: 'GLMap',
115114
series: [{
116115
type: 'lines',
117116
blendMode: 'lighter',

examples/mapboxgl/echarts_scatterWeibo_4326.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@
8383

8484
var echartslayer = new EchartsLayer(map);
8585
echartslayer.chart.setOption(option = {
86-
8786
GLMap: {
8887
roam: true
8988
},
90-
coordinateSystem: 'GLMap',
9189
tooltip: {},
9290
legend: {
9391
left: 'left',
@@ -97,25 +95,6 @@
9795
color: '#ccc'
9896
}
9997
},
100-
geo: {
101-
name: '强',
102-
type: 'scatter',
103-
map: 'GLMap',
104-
label: {
105-
emphasis: {
106-
show: false
107-
}
108-
},
109-
itemStyle: {
110-
normal: {
111-
areaColor: '#323c48',
112-
borderColor: '#111'
113-
},
114-
emphasis: {
115-
areaColor: '#2a333d'
116-
}
117-
}
118-
},
11998
series: [{
12099
name: '弱',
121100
type: 'scatter',

0 commit comments

Comments
 (0)
0