bigfacewo opened a new issue #11070: BMap在Series为lines类型时,symbol无效 URL: https://github.com/apache/incubator-echarts/issues/11070 ### Version 4.2.1 ### Steps to reproduce 使用如下配置: ``` { "color": [ "rgba(174,213,129,1)", "#FACC14", "#223273", "#8543E0", "#13C2C2", "#3436C7", "#F04864", "rgba(74,20,140,1)", "rgba(245,127,23,1)", "rgba(33,150,243,1)", "rgba(0,150,136,1)", "rgba(191,54,12,1)", "rgba(49,27,146,1)" ], "tooltip": { "trigger": "item" }, "bmap": { "center": [ "-0.083489", "51.517573" ], "zoom": 11, "roam": true, "enableMapClick": false, "mapStyle": { "styleJson": [ { "featureType": "water", "elementType": "all", "stylers": { "color": "#d1d1d1" } }, { "featureType": "land", "elementType": "all", "stylers": { "color": "#f3f3f3" } }, { "featureType": "railway", "elementType": "all", "stylers": { "visibility": "off" } }, { "featureType": "highway", "elementType": "all", "stylers": { "color": "#fdfdfd" } }, { "featureType": "highway", "elementType": "labels", "stylers": { "visibility": "off" } }, { "featureType": "arterial", "elementType": "geometry", "stylers": { "color": "#fefefe" } }, { "featureType": "arterial", "elementType": "geometry.fill", "stylers": { "color": "#fefefe" } }, { "featureType": "poi", "elementType": "all", "stylers": { "visibility": "off" } }, { "featureType": "green", "elementType": "all", "stylers": { "visibility": "off" } }, { "featureType": "subway", "elementType": "all", "stylers": { "visibility": "off" } }, { "featureType": "manmade", "elementType": "all", "stylers": { "color": "#d1d1d1" } }, { "featureType": "local", "elementType": "all", "stylers": { "color": "#d1d1d1" } }, { "featureType": "arterial", "elementType": "labels", "stylers": { "visibility": "off" } }, { "featureType": "boundary", "elementType": "all", "stylers": { "color": "#fefefe" } }, { "featureType": "building", "elementType": "all", "stylers": { "color": "#d1d1d1" } }, { "featureType": "label", "elementType": "labels.text.fill", "stylers": { "color": "#999999" } } ] } }, "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 }, { "coords": [ [ -0.223889, 51.492187 ], [ -0.2186, 51.493357 ], [ -0.215834, 51.49371 ], [ -0.212364, 51.494782 ], [ -0.209744, 51.49583 ], [ -0.205451, 51.496915 ], [ -0.203362, 51.497657 ], [ -0.200791, 51.498552 ], [ -0.196619, 51.499855 ], [ -0.194222, 51.500718 ], [ -0.188217, 51.502459 ], [ -0.184978, 51.502023 ], [ -0.181281, 51.501516 ], [ -0.176246, 51.501671 ], [ -0.171032, 51.501986 ], [ -0.167117, 51.50188 ], [ -0.163202, 51.501765 ], [ -0.153137, 51.503045 ], [ -0.152103, 51.505088 ], [ -0.154715, 51.508205 ], [ -0.158324, 51.511607 ], [ -0.15745, 51.513626 ], [ -0.151762, 51.514211 ], [ -0.144726, 51.51499 ], [ -0.139005, 51.515673 ], [ -0.135242, 51.516071 ], [ -0.13502, 51.52114 ], [ -0.137653, 51.524095 ], [ -0.136827, 51.525602 ], [ -0.132521, 51.52762 ], [ -0.12693, 51.528952 ], [ -0.124687, 51.52986 ], [ -0.122616, 51.531481 ] ], "name": "10", "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 }, "emphasis": { "opacity": 1, "width": 2 } }, "label": { "emphasis": { "show": true } }, "itemStyle": { "normal": { "color": "#800080" } } } ] } ``` ### What is expected? 期望线段两端出现圆形的点。 ### What is actually happening? 但是似乎symbol配置是无效的。
---------------------------------------------------------------- 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