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 2019/10/15 02:56:35 UTC

[GitHub] [incubator-echarts] gongtiexin opened a new issue #11403: 对数轴在柱状图上无法显示

gongtiexin opened a new issue #11403: 对数轴在柱状图上无法显示
URL: https://github.com/apache/incubator-echarts/issues/11403
 
 
   ### Version
   4.4.0-rc.1
   
   ### Steps to reproduce
   修改[官网例子](https://www.echartsjs.com/examples/zh/editor.html?c=line-simple)中的配置项`series type`和`yAxis type`为以下:
   
   ```
   option = {
       xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
       },
       yAxis: {
           type: 'log'
       },
       series: [{
           data: [820, 932, 901, 934, 1290, 1330, 1320],
           type: 'bar'
       }]
   };
   ```
   
   ### What is expected?
   柱状图正常显示
   
   ### What is actually happening?
   柱状图的bar没有绘制
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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


With regards,
Apache Git Services

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