You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/04/13 10:49:08 UTC

[GitHub] [echarts] stas-sl opened a new issue, #16879: [Bug] Gaps and overlaps in stacked area chart

stas-sl opened a new issue, #16879:
URL: https://github.com/apache/echarts/issues/16879

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   https://observablehq.com/d/fad93c2fc859cb2d
   
   ### Steps to Reproduce
   
   See the link
   
   ### Current Behavior
   
   When I stack multiple line series on top of each other, you can see that they are not perfectly aligned to each other - there some gaps and overlaps on the border. Overlaps are more visible if you have some series (or some regions in those series) equal to 0.
   
   <img width="1182" alt="image" src="https://user-images.githubusercontent.com/4602302/163157672-f29f676b-3999-4490-b115-9cd1e32f0fd3.png">
   <img width="1016" alt="image" src="https://user-images.githubusercontent.com/4602302/163157771-34c34505-d868-4f24-9872-027d0f602d70.png">
   <img width="911" alt="image" src="https://user-images.githubusercontent.com/4602302/163163747-4883f571-43dc-4727-87f2-6f29748a6f84.png">
   
   
   ### Expected Behavior
   
   No gaps nor overlaps in stacked area charts are visible, the series are perfectly placed on top of each other.
   
   ### Environment
   
   ```markdown
   - OS: MacOS 10.15.7
   - Browser: Chrome 99.0.4844.84
   ```
   
   
   ### 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] stas-sl commented on issue #16879: [Bug] Gaps and overlaps in stacked area chart

Posted by GitBox <gi...@apache.org>.
stas-sl commented on issue #16879:
URL: https://github.com/apache/echarts/issues/16879#issuecomment-1098148339

   Well, after I used `null` instead of zero and added `lineStyle.width = 1` and `areaStyle.opacity = 1`, most issues seems to be gone.
   
   <img width="820" alt="image" src="https://user-images.githubusercontent.com/4602302/163206046-1f8f64b9-7088-4256-8c34-4650c8257278.png">
   
   <img width="892" alt="image" src="https://user-images.githubusercontent.com/4602302/163207930-c9aacbe9-de2c-41f7-988e-5f9299b09a67.png">
   
   


-- 
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] stas-sl closed issue #16879: [Bug] Gaps and overlaps in stacked area chart

Posted by GitBox <gi...@apache.org>.
stas-sl closed issue #16879: [Bug] Gaps and overlaps in stacked area chart
URL: https://github.com/apache/echarts/issues/16879


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