bigfacewo opened a new issue #11071: BMap在Series为lines类型时,symbol无效 URL: https://github.com/apache/incubator-echarts/issues/11071 ### Version 4.2.1 ### Steps to reproduce 使用如下配置: ``` {"color":["rgba(174,213,129,1)","#FACC14","#223273","#8543E0","#13C2C2","#3436C7","#F04864",],"tooltip":{"trigger":"item"},"bmap":{"center":["-0.083489","51.517573"],"zoom":11,"roam":true,"enableMapClick":false,"mapStyle":{}},"legend":{"show":false,"orient":"vertical","right":20,"top":15,"padding":10,"backgroundColor":"rgba(255,255,255,0.8)","data":[]},"series":[{"type":"lines","coordinateSystem":"bmap","data":[{"coords":[[-0.12844,51.516736],[-0.124353,51.517624],[-0.11972,51.516741],[-0.116096,51.513401],[-0.117239,51.511881],[-0.115377,51.507076],[-0.111316,51.503531],[-0.108726,51.501339],[-0.106124,51.499121],[-0.101308,51.496103],[-0.098671,51.495062],[-0.094413,51.494219],[-0.087623,51.494334],[-0.083388,51.495694],[-0.080648,51.496441],[-0.078217,51.495682],[-0.076164,51.494821],[-0.074238,51.493692],[-0.071091,51.492804],[-0.065808,51.492375],[-0.061263,51.492201],[-0.059823,51.490514],[-0.057998,51.489053],[-0.056375,51.489611],[-0.053149,51.490943],[-0.050477,51.491114],[-0.047896,51.492861],[-0.051328,51.495463],[-0.049917,51.498146]],"name":"1","value":1},],"polyline":true,"large":true,"largeThreshold":1000,"symbol":"circle","symbolSize":10,"effect":{"show":true,"period":4,"symbol":"circle","symbolSize":1.5,"trailLength":0.2,"loop":true,"constantSpeed":20,"color":"rgba(26,35,126,1)"},"lineStyle":{"normal":{"opacity":0.4,"width":1},},}]} ``` ### What is expected? 期望线段两端出现圆形的点 ### What is actually happening? 但是似乎symbol配置是无效的。 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org