AegeanSeaBlue opened a new issue #15698:
URL: https://github.com/apache/echarts/issues/15698


   ### Version
   5.2.0
   
   ### Steps to reproduce
   option = {
       xAxis: {
            type: 'value'
       },
       yAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
       },
       visualMap:[
           {
               type:'continuous',
               min:20,
               max:160,
               seriesIndex:0,
               inRange:{
                   color:['blue','red']
               }
           }],
       series: [{
           data: [120, 200, 150, 80, 70, 110, 130],
           type: 'bar'
       }]
   };
   
   ### What is expected?
   continuous inRange color
   
   ### What is actually happening?
   blue
   
   <!-- 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.

To unsubscribe, e-mail: [email protected]

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