You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/20 11:00:00 UTC

[GitHub] akumajian opened a new issue #8904: 广东地图热力图会出现个直角

akumajian opened a new issue #8904: 广东地图热力图会出现个直角
URL: https://github.com/apache/incubator-echarts/issues/8904
 
 
   <!--
   为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
   -->
   
   
   ### One-line summary [问题简述]
   在广东地图上做热力图,有在茂名湛江附近会出现个透明的直角,换成气泡又可以显示,想问下是热力图的bug吗
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   echarts4
   谷歌浏览器
   windows
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   <!-- Copy and paste your 'echarts option' here. -->
   <!-- [下方贴你的option,注意不要删掉下方 ```javascript 和 尾部的 ``` 字样。最好是我们能够直接运行的 option。如何得到能运行的 option 参见上方的 guidelines for contributing] -->
   ```javascript
   option = {
   "visualMap":{"show":false,"min":0,"max":2,"splitNumber":5,"inRange":{"color":["#f8a418","#F38535","#e63984"]},"textStyle":{"color":"#fff"}},"geo":[{"map":"guangdong","label":{"normal":{"show":false,"color":"#FFF"},"emphasis":{"show":false}},"layoutCenter":["50%","40%"],"layoutSize":420,"aspectScale":0.9,"bottom":"1","itemStyle":{"normal":{"areaColor":"#04276B","borderColor":"#082E80","borderWidth":2,"shadowColor":"rgba(35,59,173, 1)","shadowBlur":20},"emphasis":{"show":false,"areaColor":"#04276B","label":{"show":false}}},"emphasis":{"label":{"show":false},"itemStyle":{}}},{"name":"m","type":"map","map":"guangdong","label":{"normal":{"show":true,"color":"#FFF"},"emphasis":{"show":false,"color":"#FFF","areaColor":"#04276B"}},"bottom":"1","layoutCenter":["50%","40%"],"layoutSize":420,"aspectScale":0.9,"itemStyle":{"normal":{"areaColor":"#04276B","borderWidth":1,"borderColor":"#2037A6"},"emphasis":{"show":false,"areaColor":"#04276B","label":{"show":false}}},"emphasis":{"show":false,"areaColor":"#04276B"}}],"series":[{"name":"y","type":"heatmap","coordinateSystem":"geo","symbolSize":60,"data":[{"name":"110","value":[113.19580569544632,22.135319712320676,1]},{"name":"111","value":[114.29580569544632,23.135319712320676,1]},{"name":"112","value":[114.39580569544631,23.235319712320678,1]},{"name":"113","value":[114.49580569544632,23.335319712320675,1]},{"name":"114","value":[114.59580569544632,23.435319712320677,1]},{"name":"115","value":[114.69580569544632,23.535319712320675,1]},{"name":"116","value":[114.79580569544632,23.635319712320676,1]},{"name":"117","value":[114.89580569544631,23.735319712320678,1]},{"name":"118","value":[110.70580569544632,20.935319712320677,1]},{"name":"119","value":[110.49580569544632,21.315319712320676,3]}],"label":{},"itemStyle":{}}]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   <!-- For example: Screenshot or Online demo -->
   <!-- [例如,截图或线上实例 (JSFiddle/JSBin/Codepen)] -->
   
   
   
   
   ![tim 20180820185836](https://user-images.githubusercontent.com/42539515/44336819-37f58400-a4ab-11e8-9024-7694d06e3d5d.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org