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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFzJrqYQC2B0eUdpA2gEQAeLANLCwJ5c9eAJhYBdTuXR5gAVwBOAYwLNJFJLDakAjN17bdQ0gFZYAXwkU1G0kN2loMgDaODpACxmLl5NdgBmO39XWC1PVVFyc3I2AEE2CDxSVEswXhBlWAByBRwCAHNgOV5Mryj0XjiEpNVU9NJMgDcsRxkCTMivQjkIAkTYJlVk71qMzMcIaDavSwUYSYUwADknRz6wOVbpiiw5AiwAZVTHDKQy71pZjBPVS00eDi3LPUEuG7DvWDxcBQBrUhYvlhfq9LGd0EMUmlRuNJiU3rNoPMlis1hsCI9YDs9odeMckmCKBdgFdqh90Hd2CCyc8-CIMQSpN8_jxAcCtqZyBFTABuIA
   
   ### Steps to Reproduce
   
   Is visible in the reproduction
   
   ### Current Behavior
   
   <img width="978" alt="Screenshot 2024-02-06 at 10 48 26 AM" 
src="https://github.com/apache/echarts/assets/37751258/47d772c6-2759-4db7-afab-ae703210007a";>
   
   The green area of the second series (y2) dips below the first series (y) at 
x=2, where y is null
   
   ### Expected Behavior
   
   <img width="982" alt="Screenshot 2024-02-06 at 10 49 47 AM" 
src="https://github.com/apache/echarts/assets/37751258/e83ee240-b55c-4be2-988d-65a599acd0a3";>
   
   The green area of the second series (y2) should not dip below the first 
series (y) at x=2, where y is null. Instead, because the `connectNulls` option 
is `true`, it should behave as if an interpolated value of y=2 is there, and 
render its line and area accordingly.
   
   ### Environment
   
   ```markdown
   - OS: macOS 13.6.2
   - Browser: Firefox 123.0b7
   ```
   
   
   ### Any additional comments?
   
   Seems like this issue was reported twice before, but those threads are old 
and inactive
   https://github.com/apache/echarts/issues/12404
   https://github.com/apache/echarts/issues/17135


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