You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/05/12 19:37:40 UTC

[GitHub] 100pah commented on issue #8264: echarts 视觉映射后,导致散点图(effectScatter) 无法设置 itemStyle > color

100pah commented on issue #8264: echarts 视觉映射后,导致散点图(effectScatter) 无法设置 itemStyle > color
URL: https://github.com/apache/incubator-echarts/issues/8264#issuecomment-388577976
 
 
   (1)visualMap 中可设置 seriesIndex 限定影响范围
   (2)可设置 series data 上设置 visualMap: false,在此数据项上禁用 visualMap
   ```js
   series: {
       data: [
        [12, 33], [1,23], [22, 55],
        {
            value: [23,51],
            visualMap: false
       },
       [23, 53], [11,44], ...
   }
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org