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/06 07:08:37 UTC

[GitHub] [echarts] simogeo opened a new issue #14874: Not able to add texture stripes on map

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


   ### Version
   5.1.1
   
   ### Steps to reproduce
   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 result at the bottom of the following page : https://enzo.intermezzo-coop.eu/?epci=244900015#carto
   
   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 : https://thumbnail.imgbin.com/15/12/10/imgbin-black-diagonal-stripes-DL5WMsescGyWyxTR74KAbWT7K_t.jpg
   
   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
   
   ### What is expected?
   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 :
   
   ### What is actually happening?
   I'm not able to get stripes !
   
   ---
   My visualMap configuration part is as follow :
   
   ```javascript
      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.
   
   By the way, since there is no echarts community on SE, there is no support on using echarts ! That's really pity !
   See : https://stackoverflow.com/questions/67399344/echarts-ability-to-add-texture-stripes-on-map
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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.

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 #14874: Not able to add texture stripes on map

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


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