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/05/05 11:52:46 UTC

[GitHub] [echarts] simogeo opened a new issue #14868: Ability to add texture stripes on map ?

simogeo opened a new issue #14868:
URL: https://github.com/apache/echarts/issues/14868


   
   
   I generate a map with echarts.
   
   I'm able to pickup 0 values to colorize them in gray using visualMap property combined with inRange min, max, outOfRange options.
   
   The wanted result is almost there (see the screenshot) !
   
   But I'd like to display elements with 0 values with stripes / pattern - now in gray on the screenshot. How can I achieve this with echarts ?
   
   Example of wanted pattern : 
   ![image](https://user-images.githubusercontent.com/154323/117136701-07fc8500-ada9-11eb-8144-85715f8e74b7.png)
   
   
   See screenshot : 
   ![image](https://user-images.githubusercontent.com/154323/117136718-0fbc2980-ada9-11eb-9289-95149e59222a.png)
   
   
   
   I had a look on following documentation - and tried some code with no success :
   
   -     https://echarts.apache.org/en/option.html#visualMap
   -     https://echarts.apache.org/en/option.html#aria.decal
   -     https://echarts.apache.org/examples/en/editor.html?c=pie-pattern
   
   My visualMap configuration part is as follow :
   
   ```
       visualMap : {
                   type: 'continuous', 
                   left : 'right',
                   top : 'center',
                   min : 469,
                   max : 144464,
                   inRange : {
                       color : colors
                   },
                   outOfRange: {
                       color:'#f4f4f4'
                   },
                   text : [ 'Haute', 'Faible' ],
                   calculable : true
               },
   ```
   
   Additional need : I'd also be happy to be able to see outOfRange in legend.
   


-- 
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:
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 #14868: Ability to add texture stripes on map ?

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


   This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it. 🙊
   Sorry for this, but it helps save our maintainers' time so that more developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,请使用 issue 模板重新创建 issue。
   
   如果您认为虽然没有使用模板,但您已经提供了复现问题的充分描述,或者您的问题无法使用模板表达,也可以重新 open 这个 issue。


-- 
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:
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 #14868: Ability to add texture stripes on map ?

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


   


-- 
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:
users@infra.apache.org



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