pavish 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-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
   }`

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to