plainheart edited a comment on pull request #14602:
URL: https://github.com/apache/echarts/pull/14602#issuecomment-817122908


   @pissang For the case in #14534, it seems to differ from the case in #14601, 
some changes may need to be applied to zrender.
   
   When all values of the line series are null, the width and height of the 
computed bounding rectangle of area polygon will both be infinite, which makes 
the gradient color can't be drawn.
   
   
https://github.com/ecomfe/zrender/blob/master/src/core/BoundingRect.ts#L27-L34
   
   I'm thinking to remove the `isFinite` condition from the `if`.
   


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