sagarrabadiya opened a new issue, #18856: URL: https://github.com/apache/echarts/issues/18856
### Version 5.4.2 ### Link to Minimal Reproduction https://codesandbox.io/s/heuristic-spence-mvt4hr?file=/src/index.js ### Steps to Reproduce I want to highlight the main line, when it goes outside of the confidence-band, for ex. it should turn into red when it's not inside range, I have tried to compute visualMap pieces, but it doesn't work point by point, and in my case it should check for each point if it's out of range, also range can have different values (upperbound and lowerbound) with different time. Please help me to figure this out. ### Current Behavior Instead of marking line part which is out of range it marks all the line out of range color. ### Expected Behavior It should have a way to highlight part of line series which goes out of the range. for ex.  ### Environment ```markdown - OS: MacOs - Browser: Chrome - Framework: [email protected] ``` ### Any additional comments? can you please provide a sort of example where this kind of range detection is showcased, I couldn't find anything related to that in official examples, in confidence band example it dones't highlight if the line goes out of range. -- 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]
