You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/01/22 21:04:28 UTC

[GitHub] 100pah commented on issue #9801: Y-axis, type:'log' , series type :'bar', the first data value is 0, the bars on charts is not normal.

100pah commented on issue #9801: Y-axis, type:'log' , series type :'bar', the first data value is 0, the bars on charts is not normal.
URL: https://github.com/apache/incubator-echarts/issues/9801#issuecomment-456562656
 
 
   `log(0)` is `-Infinity`. So after removing `0` it will be OK.
   But it is needed to be considered whether trade `0` as null.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org