Ovilia commented on issue #15988:
URL: https://github.com/apache/echarts/issues/15988#issuecomment-961585465


   Having `0` in log axis is illegal because in maths, log(0) is meaningless. 
Problem resolves when removing 0 data. You can set zero data to be `-` and set 
[connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls)
 to be true.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to