Commit 88906acace251b56b0c07da1b5ec6d944ecd5fa7
1 parent
1e32cb25
feat(src/packages): 图表地图新增echarts gl 3d地图
Showing
1 changed file
with
12 additions
and
0 deletions
@@ -32,6 +32,18 @@ export const option = { | @@ -32,6 +32,18 @@ export const option = { | ||
32 | map: 'centerMap', | 32 | map: 'centerMap', |
33 | roam: true, | 33 | roam: true, |
34 | regionHeight: 0, | 34 | regionHeight: 0, |
35 | + label: { | ||
36 | + show: true, | ||
37 | + distance: 0, | ||
38 | + color: 'rgba(255,255,255,1)', // 地图初始化区域字体颜色 | ||
39 | + fontSize: 12, | ||
40 | + opacity: 1, | ||
41 | + backgroundColor: 'rgba(255,255,255,0)', | ||
42 | + shadowColor: '#043157', // 地图模糊颜色 | ||
43 | + shadowBlur: '3', | ||
44 | + borderRadius: 0, | ||
45 | + distanca: 0 | ||
46 | + } | ||
35 | }, | 47 | }, |
36 | series: [ | 48 | series: [ |
37 | { | 49 | { |