RomanOlegovich opened a new issue #12635:
URL: https://github.com/apache/incubator-echarts/issues/12635


   ### Version
   4.7.0
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xMxKcaockv&v=1](https://gallery.echartsjs.com/editor.html?c=xMxKcaockv&v=1)
   
   ### Steps to reproduce
   ```
   option = {
       xAxis: {
           type: 'category'
       },
       yAxis: {
           type: 'value'
       },
       series: [{
           data: [[0,0,100],[1,3,101],[2,2,102], [5,2,105], [10,5,110]],
           type: 'line',
           itemStyle: {color: "black"}
       }],
       visualMap:{
           type: 'piecewise',
           inRange: {color: "red", symbolSize:10},
           outOfRange: {color: "black"},
           min: 102,
           max: 105,
           dimension: 2,
       }
   };
   
   ```
   
   ### What is expected?
   Highlight the line between categories
   
   ### What is actually happening?
   Highlight points only.
   
   <!-- 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to