Compare commits
No commits in common. "5631378b5bd2405da69f8d5b2d4601c52a9e0236" and "5fc7e3a76b35c7fb192666ec67b504cdb7f38b69" have entirely different histories.
5631378b5b
...
5fc7e3a76b
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="map-center-warp">
|
<div class="map-center-warp">
|
||||||
<img :src="getAssetsFile('images/vsualized/gmmap.png')" class="map-img" />
|
<!-- <img :src="getAssetsFile('images/vsualized/gmmap.png')" class="map-img" /> -->
|
||||||
<div class="map-pos">
|
<div class="map-pos">
|
||||||
<custom-echart-maps :chart-data="chartsData.valData" height="100%" :option="chartsData.option" :geo="geoData" :name="mapName" />
|
<custom-echart-maps :chart-data="chartsData.valData" height="100%" :option="chartsData.option" :geo="geoData" :name="mapName" />
|
||||||
</div>
|
</div>
|
||||||
@ -60,24 +60,24 @@ const chartsData = reactive({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
// {
|
{
|
||||||
// name: '镇边界',
|
name: '镇边界',
|
||||||
// type: 'map',
|
type: 'map',
|
||||||
// mapType: mapName.value,
|
mapType: mapName.value,
|
||||||
// roam: true,
|
roam: true,
|
||||||
// zoom: 1.2,
|
zoom: 1.2,
|
||||||
// itemStyle: {
|
itemStyle: {
|
||||||
// normal: {
|
normal: {
|
||||||
// borderColor: '#000', // 设置镇边界的颜色
|
borderColor: '#000', // 设置镇边界的颜色
|
||||||
// borderWidth: 1, // 设置镇边界的宽度
|
borderWidth: 1, // 设置镇边界的宽度
|
||||||
// areaColor: 'transparent', // 设置背景透明,只显示边界
|
areaColor: 'transparent', // 设置背景透明,只显示边界
|
||||||
// },
|
},
|
||||||
// emphasis: {
|
emphasis: {
|
||||||
// borderColor: '#fff',
|
borderColor: '#fff',
|
||||||
// borderWidth: 2,
|
borderWidth: 2,
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
// 闪烁散点图系列
|
// 闪烁散点图系列
|
||||||
{
|
{
|
||||||
name: '闪烁散点',
|
name: '闪烁散点',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user