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 2020/02/10 13:22:22 UTC

[GitHub] [incubator-echarts] alex2wong commented on issue #12138: scatter在地图中的颜色和设置的颜色不符

alex2wong commented on issue #12138: scatter在地图中的颜色和设置的颜色不符
URL: https://github.com/apache/incubator-echarts/issues/12138#issuecomment-584119441
 
 
   @AN-535  Since you've config visualMap. In series that controlled by visualMap, if a data item needs to escape from controlled by visualMap, you can set like this:
   ```
   data: [{
          name: '拉萨',
          visualMap: false,
          value: geoCoordMap['拉萨'].concat([100]),
   }],
   ```

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


With regards,
Apache Git Services

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