前端渲染算法优化

This commit is contained in:
CN-JS-HuiBai
2026-04-05 22:39:43 +08:00
parent 469ef9e448
commit d7d650c5f9
3 changed files with 32 additions and 20 deletions

View File

@@ -511,12 +511,12 @@
coordinateSystem: 'geo',
geoIndex: 0,
showEffectOn: 'render',
rippleEffect: { brushType: 'stroke', scale: 4, period: 4 },
symbolSize: 6,
rippleEffect: { brushType: 'stroke', scale: 3, period: 6 },
symbolSize: 5,
itemStyle: {
color: '#06b6d4',
shadowBlur: 10,
shadowColor: '#06b6d4'
shadowBlur: 3,
shadowColor: 'rgba(6, 182, 212, 0.5)'
},
data: []
}]