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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
