溯源地图参数修改

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: { tooltip: {
trigger: 'item', trigger: 'item',
backgroundColor: 'rgba(166, 200, 76, 0.82)', backgroundColor: 'rgba(18, 55, 85, 0.8);',
borderColor: '#FFFFCC', borderColor: '#35d0c0',
showDelay: 0, showDelay: 0,
hideDelay: 0, hideDelay: 0,
enterable: true, enterable: true,
@ -226,12 +226,13 @@ const chartsData = reactive({
roam: true, // roam: true, //
itemStyle: { itemStyle: {
normal: { normal: {
color: '#243c48', // color: 'rgba(75,255,180,0.3)', //
borderColor: '#005A5C', //线00fcff 516a89 borderColor: '#4bffb4', //线00fcff 516a89
borderWidth: 1, borderWidth: 1,
}, },
emphasis: { emphasis: {
color: 'rgba(37, 43, 61, .5)', // color: 'rgba(75,255,180,0.5)', //
borderWidth: 2,
}, },
}, },
}, },