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/09 09:10:21 UTC

[GitHub] [incubator-echarts] AN-535 opened a new issue #12138: scatter在地图中的颜色和设置的颜色不符

AN-535 opened a new issue #12138: scatter在地图中的颜色和设置的颜色不符
URL: https://github.com/apache/incubator-echarts/issues/12138
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   [https://gallery.echartsjs.com/editor.html?c=xUhovyiwR&v=1](https://gallery.echartsjs.com/editor.html?c=xUhovyiwR&v=1)
   
   ### Steps to reproduce
   直接打开
   
   ### What is expected?
   scatter颜色为自己设置的颜色
   
   ### What is actually happening?
   scatter颜色不对
   
   <!-- 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.
 
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


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

Posted by GitBox <gi...@apache.org>.
alex2wong edited a comment 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]),
   }],
   ```
   
   refer to: https://www.echartsjs.com/en/option.html#visualMap

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


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

Posted by GitBox <gi...@apache.org>.
alex2wong closed issue #12138: scatter在地图中的颜色和设置的颜色不符
URL: https://github.com/apache/incubator-echarts/issues/12138
 
 
   

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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12138: scatter在地图中的颜色和设置的颜色不符
URL: https://github.com/apache/incubator-echarts/issues/12138#issuecomment-583822430
 
 
   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 **you have posted enough image to demo your request**. 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 questions.
   
   If you are interested in the project, you may also subscribe our [mail 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


With regards,
Apache Git Services

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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
alex2wong commented on issue #12138: scatter在地图中的颜色和设置的颜色不符
URL: https://github.com/apache/incubator-echarts/issues/12138#issuecomment-591886719
 
 
   close it since inactivity

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