Showing
1 changed file
with
3 additions
and
2 deletions
@@ -196,7 +196,7 @@ export default { | @@ -196,7 +196,7 @@ export default { | ||
196 | }, | 196 | }, |
197 | {//被攻击点 | 197 | {//被攻击点 |
198 | // type: 'scatter', | 198 | // type: 'scatter', |
199 | - type:'effectScatter', | 199 | + type:'effectScatter',//涟漪状态 |
200 | hoverAnimation:true,//鼠标移入是否显示动画 | 200 | hoverAnimation:true,//鼠标移入是否显示动画 |
201 | coordinateSystem: 'geo', | 201 | coordinateSystem: 'geo', |
202 | zlevel: 3, | 202 | zlevel: 3, |
@@ -206,7 +206,8 @@ export default { | @@ -206,7 +206,8 @@ export default { | ||
206 | brushType: 'fill', | 206 | brushType: 'fill', |
207 | scale: 2 | 207 | scale: 2 |
208 | }, | 208 | }, |
209 | - symbol: 'circle', | 209 | + // symbol: 'circle',//圆形涟漪状态 |
210 | + symbol: 'pin', | ||
210 | symbolSize: 30, | 211 | symbolSize: 30, |
211 | itemStyle:{ | 212 | itemStyle:{ |
212 | color:'#EE4237', | 213 | color:'#EE4237', |
-
Please register or login to post a comment