溯源地图参数修改
This commit is contained in:
parent
6765887f71
commit
a86695e3d6
@ -181,8 +181,8 @@ const chartsData = reactive({
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
backgroundColor: 'rgba(166, 200, 76, 0.82)',
|
||||
borderColor: '#FFFFCC',
|
||||
backgroundColor: 'rgba(18, 55, 85, 0.8);',
|
||||
borderColor: '#35d0c0',
|
||||
showDelay: 0,
|
||||
hideDelay: 0,
|
||||
enterable: true,
|
||||
@ -226,12 +226,13 @@ const chartsData = reactive({
|
||||
roam: true, //是否允许缩放
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: '#243c48', //地图背景色
|
||||
borderColor: '#005A5C', //省市边界线00fcff 516a89
|
||||
color: 'rgba(75,255,180,0.3)', //地图背景色
|
||||
borderColor: '#4bffb4', //省市边界线00fcff 516a89
|
||||
borderWidth: 1,
|
||||
},
|
||||
emphasis: {
|
||||
color: 'rgba(37, 43, 61, .5)', //悬浮背景
|
||||
color: 'rgba(75,255,180,0.5)', //悬浮背景
|
||||
borderWidth: 2,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user