You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "KristofferE (via GitHub)" <gi...@apache.org> on 2023/02/03 10:56:21 UTC

[GitHub] [echarts] KristofferE commented on issue #18230: [Bug] Series.Smooth = true seems to overflow stacked line chart

KristofferE commented on issue #18230:
URL: https://github.com/apache/echarts/issues/18230#issuecomment-1415700772

   > Yep, little buggy 🐛. Workaround is to set `areaStyle: {opacity: 1}, z: 11,` on the blue line.
   
   Partially I do agree it's a workaround, but not sure if I agree it's a good one :P 
   Yes, it does fix the overlay, but from the data visualization perspective, it looks like its less volume (If we have volume as an example) in the top area series.
   
   Lets use volume as an example. 
   The diff between the lines should be the same between the two data points in the lines. But as it looks like now, given the workaround, it looks like its a smaller volume in the end, due to the lines curving in opposite ways. 
   
   Is there any plans fixing this at some point ? :) 


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