pavish edited a comment 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-524614993 @jonavila I have found a better workaround for the moment. While changing linear axis to log axis just change min value config option to 1. eg., `yAxis: { type: 'log', min: 1 }` Although, if your values are lesser than 1, just set the min value to the least value in your data.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
