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 2021/11/05 02:45:42 UTC

[GitHub] [echarts] Ovilia commented on issue #15988: The chart can not be rendered with log scale in SVG environment

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