You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "CrazyRedTime (via GitHub)" <gi...@apache.org> on 2023/06/08 09:48:59 UTC

[GitHub] [echarts] CrazyRedTime opened a new issue, #18731: [Bug] Zoom panel line is broken

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

   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/stacked-line-chart-forked-wxxkh0?file=/index.js
   
   ### Steps to Reproduce
   
   Just add series from the link
   
   ### Current Behavior
   
   There is no line on zoom panel at all
   
   ### Expected Behavior
   
   At least one line on the panel. Ideally display all the lines on the zoom panel if it possible
   
   ### Environment
   
   ```markdown
   - OS: Windows 10
   - Browser: Chrome, Opera
   - Framework: Vanilla JS
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] CrazyRedTime commented on issue #18731: [Bug] Zoom panel line is broken

Posted by "CrazyRedTime (via GitHub)" <gi...@apache.org>.
CrazyRedTime commented on issue #18731:
URL: https://github.com/apache/echarts/issues/18731#issuecomment-1590501067

   Still need an answer 


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] CrazyRedTime commented on issue #18731: [Bug] Zoom panel line is broken

Posted by "CrazyRedTime (via GitHub)" <gi...@apache.org>.
CrazyRedTime commented on issue #18731:
URL: https://github.com/apache/echarts/issues/18731#issuecomment-1584047265

   So there is no way out?


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] helgasoft commented on issue #18731: [Bug] Zoom panel line is broken

Posted by "helgasoft (via GitHub)" <gi...@apache.org>.
helgasoft commented on issue #18731:
URL: https://github.com/apache/echarts/issues/18731#issuecomment-1583270678

   Related to #17487, #17850 and #17143  (easily found if [searched](https://github.com/search?q=repo%3Aapache%2Fecharts+dataZoom+dataBackground&type=issues))
   [DataShadow](https://echarts.apache.org/en/option.html#dataZoom-slider.showDataShadow) will show a line area only for non-null sections of **first** line. [Demo Code](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=MYewdgzgLgBAJgQwJ4RgXhgbQEQCYAMAjPtgDQx5ECsZFBuhtluuT9AzNgLoDcAsACgQABygBLcOhgBvQTBhQQIADbjhALhlz5CgE5iA5gYCmuzdgQAPMRGzaAvqW2WAgtYibZAnTABGIAFcwRF0kAHEEDRgAMwRlCGMnbx1EKARNRBQHJPkkNxtPGEdtVIQALSUAW01MbXkvH3koJGFjcwhlMThTMjqi7S4cmAT9Yw8sPobGsARKtopOIZ9m1vNOsGNaPvkAeh3SmrAA5WVyKnIjk4vj05hCQe34BDSa3DPrq5gADnJ7pZ1QGANsAoAA5G7jKC6AKJPrFZL1R4zObmGj_JotebYdabdEwPYHLD4AB0bxgl1uFI-lJuDwRKWe6Sw5xgABZyOxyAA2alcOEDQT2HhAA&version=5.0.0)
   Your first line has just one point and _dataZoom.dataShadow_ shows just one vertical line to address it. 
   [line.connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls) does not help.
   Other lines are not shown in dataShadow except first.
   


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org