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 2021/07/02 03:43:24 UTC

[GitHub] [echarts] isongme opened a new issue #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

isongme opened a new issue #15276:
URL: https://github.com/apache/echarts/issues/15276


   
   ![areaColor](https://user-images.githubusercontent.com/65857298/124217287-aba8ae00-db2a-11eb-8300-d69702d9988b.png)
   ### What problem does this feature solve?
   when initing the map, the range of data need be carved by different areaColor. But the emphasised  area' areaColor displays initial areaColor(yellow).(初始化地图时,使用不同的颜色代表了不同的数据范围,地区被emphasis时,展示的是默认颜色。)
   
   ### What does the proposed API look like?
   what I need is the areaColor is same with normal areaColor .(我希望emphasis时地区的颜色能和底色相同。)
   
   <!-- 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.

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] isongme commented on issue #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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


   > 你是希望处于高亮状态的区域背景色透明么?
   
   感谢回复!不是的,是希望和底色一致。如果区域原本是浅红,高亮就浅红;如果区域原本是深红,高亮就深红。


-- 
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 #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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


   


-- 
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 #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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


   你是希望处于高亮状态的区域背景色透明么?


-- 
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] isongme commented on issue #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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


   > @isongme Hi, sorry for the late update. This feature has been implemented by #15172. You can wait for the next release of 5.2.0.
   > 
   > Here is the demo that uses [echarts nightly version](https://www.npmjs.com/package/echarts-nightly): https://www.makeapie.com/editor.html?c=xJCOld1_N6&v=1
   
   Yeah, that's what I need, and it does work! Thanks! 


-- 
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 #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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


   @isongme Hi, sorry for the late update. This feature has been implemented by #15172. You can wait for the next release of 5.2.0.
   
   Here is the demo that uses [echarts nightly version](https://www.npmjs.com/package/echarts-nightly): https://www.makeapie.com/editor.html?c=xJCOld1_N6&v=1


-- 
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] isongme commented on issue #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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


   somebody help me ?


-- 
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 #15276: How to differ the areaColor of different areas when emphasised?(当地区被emphasis怎么设置不同颜色)

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






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