Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

对数轴在柱状图上无法显示 #11403

Closed
gongtiexin opened this issue Oct 15, 2019 · 2 comments
Closed

对数轴在柱状图上无法显示 #11403

gongtiexin opened this issue Oct 15, 2019 · 2 comments
Labels
bug difficulty: easy Issues that can be fixed more easily than the average. priority: high topic: bar

Comments

@gongtiexin
Copy link

Version

4.4.0-rc.1

Steps to reproduce

修改官网例子中的配置项series typeyAxis 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没有绘制

@deqingli deqingli added the bug label Oct 15, 2019
@shinchanZ
Copy link

我也遇见了这个bug,之前是没问题的,把node_modules删了重装了就出现这个问题了,有没有解决办法

@Ovilia Ovilia added topic: bar difficulty: easy Issues that can be fixed more easily than the average. priority: high labels Oct 18, 2019
100pah added a commit that referenced this issue Oct 24, 2019
fix(bar): bar invisible in logarithmic axis #11403
@susiwen8
Copy link
Contributor

Fixed by #11472, duplicate with #11364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug difficulty: easy Issues that can be fixed more easily than the average. priority: high topic: bar
Projects
None yet
Development

No branches or pull requests

5 participants