You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/06/20 09:10:31 UTC

[GitHub] [echarts] SunQQQ opened a new issue, #17249: [Bug]

SunQQQ opened a new issue, #17249:
URL: https://github.com/apache/echarts/issues/17249

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://blog.csdn.net/writeBUG123/article/details/120747305
   
   ### Steps to Reproduce
   
   在series的itemStyle属性里配置的边框颜色
   `
              itemStyle: {
                 borderColor: 'red',
                 borderWidth: 2,
               }
   `
   
   
   ### Current Behavior
   
   给地图的各个省份边界设置不同颜色时,边界线展示不全,或者说边框线粗细展示不均匀?
   有知道的老师,烦请指导一下
   [效果如图](https://blog.csdn.net/writeBUG123/article/details/120747305)
   
   
   ### Expected Behavior
   
   希望省份边框颜色能够均匀展示
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160307124

   省份边框不均匀效果
   
   
   > 感觉是两个省份共有的边界线重合了,因为层级问题导致部分边框线被挡住了。
   
   我们也觉得很可能是这个原因,但是层级属性z-level没办法用到每个省份。
   研究了两三天是在没办法了,来这里问问大家,寻求下帮助


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160309452

   > 感觉是两个省份共有的边界线重合了,因为层级问题导致部分边框线被挡住了。
   
   请问老师知道echarts地图是怎么渲染的吗?层级机制是怎样的?
   这个问题有没有办法解决


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] echarts-bot[bot] closed issue #17249: [Bug]

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] closed issue #17249: [Bug] 
URL: https://github.com/apache/echarts/issues/17249


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1161064553

   @pissang 老师好,麻烦空时帮忙指点下思路


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1166992707

   > 
   
   
   
   > @SunQQQ 抱歉没留意到这个问题,这个可能暂时也没太好的办法,可以考虑预处理 geojson 然后把红色边框的放到最后,这样就会显示在最上面而不会被覆盖住。
   > 
   > 或者如果是使用 5.3.0+ 版本的话,geojson 支持 LineString,可以再给 geojson加这几个省份边框的 LineString 然后设置成红色
   
   谢谢您的指点,我试试


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] pissang commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1166965349

   @SunQQQ 抱歉没留意到这个问题,这个可能暂时也没太好的办法,可以考虑预处理 geojson 然后把红色边框的放到最后,这样就会显示在最上面而不会被覆盖住。
   
   或者如果是使用 5.3.0+ 版本的话,geojson 支持 LineString,可以再给 geojson加这几个省份边框的 LineString 然后设置成红色


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1161078878

   ---原始邮件---
   发件人: "Zhongxiang ***@***.***&gt;
   发送时间: 2022年6月20日(周一) 晚上8:04
   收件人: ***@***.***&gt;;
   抄送: ***@***.******@***.***&gt;;
   主题: Re: [apache/echarts] [Bug] 二维地图省份的边界线颜色显示不全? (Issue #17249)
   
   
   
   
    
   @pissang 看看能不能给些建议?
    
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were mentioned.Message ID: ***@***.***&gt;


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160364470

   > @pissang 看看能不能给些建议?
   
   麻烦指导下,我们能试的方法都试了。实在是没有思路了


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] plainheart commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160294985

   感觉是两个省份共有的边界线重合了,因为层级问题导致部分边框线被挡住了。


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] SunQQQ closed issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
SunQQQ closed issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?
URL: https://github.com/apache/echarts/issues/17249


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160193478

   @SunQQQ It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] The color of the border line of the two-dimensional map province is not displayed completely?
   
   **BODY**
   
   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://blog.csdn.net/writeBUG123/article/details/120747305
   
   ### Steps to Reproduce
   
   The border color configured in the itemStyle property of the series
   `
              itemStyle: {
                 borderColor: 'red',
                 borderWidth: 2,
               }
   `
   
   ### Current Behavior
   
   When you set different colors for the borders of various provinces on the map, the border lines are not displayed completely, or the border line thickness is not evenly displayed?
   If you have a teacher who knows, please guide it
   [Effect as shown](https://blog.csdn.net/writeBUG123/article/details/120747305)
   
   ### Expected Behavior
   
   It is hoped that the border color of the province can be evenly displayed
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] plainheart commented on issue #17249: [Bug] 二维地图省份的边界线颜色显示不全?

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160362962

   @pissang 看看能不能给些建议?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #17249: [Bug]

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #17249:
URL: https://github.com/apache/echarts/issues/17249#issuecomment-1160183119

   I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or requests** and then the maintainers or I will reopen this issue.
   
   Every good bug report or feature request starts with a title. Your issue title is a critical element as it's the first thing maintainers see.
   
   A good issue title makes it easier for maintainers to understand what the issue is, easily locate it, and know what steps they'll need to take to fix it.
   
   Moreover, it's better to include keywords, as this makes it easier to find the issue self and similar issues in searches.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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