前端渲染算法优化
This commit is contained in:
@@ -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: []
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user