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 2020/10/15 11:15:42 UTC

[GitHub] [incubator-echarts] gcem commented on issue #9141: Negative line calculate stack

gcem commented on issue #9141:
URL: https://github.com/apache/incubator-echarts/issues/9141#issuecomment-709209170


   An option to disable negative stacks would result in the image with black painting. Example:
   ![image](https://user-images.githubusercontent.com/34423323/96114250-0becb680-0eee-11eb-83d7-2256a0f002cd.png)
   
   Notice that negative stack is also causing distorted areas such as that in #9317, and areas are drawn correctly with it disabled. Ideally, in a stacked chart with negative stack, the line would break where the function's interpolated value becomes 0, and jump immediately between positive and negative parts of the chart:
   ![image](https://user-images.githubusercontent.com/34423323/96116228-cbdb0300-0ef0-11eb-817b-e435e16fc4dd.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.

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