溯源地图参数修改

This commit is contained in:
13713575202 2025-04-30 15:39:26 +08:00
parent 6765887f71
commit a86695e3d6

View File

@ -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,
},
},
},