地图显示label
parent
a4c49b29f1
commit
df362f036a
|
@ -18,6 +18,11 @@ registerMap('tmsk', tmskMap);
|
||||||
const option = reactive({
|
const option = reactive({
|
||||||
geo: {
|
geo: {
|
||||||
map: 'tmsk',
|
map: 'tmsk',
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
color: 'white',
|
||||||
|
fontSize: 18
|
||||||
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
areaColor: '#26c4eb',
|
areaColor: '#26c4eb',
|
||||||
|
|
Loading…
Reference in New Issue