qiangxinglin commented on issue #15763:
URL: https://github.com/apache/echarts/issues/15763#issuecomment-925825352


   @Ovilia I know this option, but it only colored the data point rather than 
the **_line segment_** between them.
   ```
   visualMap: {
     type: 'continuous',
     inRange: {
       color: ['orange', 'green', 'red'],
     },
     dimension: 3 // For line chart, it will only highlight the point if set 
the dimension > 1 
   }
   ```
   
![image](https://user-images.githubusercontent.com/20382522/134516869-d72e1a09-e8cd-484e-a547-ee53f42c19cc.png)
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to