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.  
   ![alg_comparison_2 
12fd86f890c504e8beb4234ead7668e4](https://github.com/apache/echarts/assets/5405403/b9fa2294-d21a-45c2-abfa-f4752154843f)
   
   
   ### 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]

Reply via email to