ZXYT opened a new issue, #18903:
URL: https://github.com/apache/echarts/issues/18903

   ### What problem does this feature solve?
   
   Now that the outOfRange part of the visualMap component will render white, I 
want the outOfRange part to render the color at the boundary, but the selected 
API cannot get the color of the boundary
   
   ### What does the proposed API look like?
   
   I want to be able to get the color of the border via the datarangeselected 
event,
   ```
   {
       type: 'datarangeselected',
   
       selected: [
           {value: 0, color: '#000'},
           {value: 1, color: '#fff'},
       ]
   }
   ```
   Alternatively, you can add a configuration to the configuration item to 
render colors outside the boundary


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