Skip to content

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

@gongtiexin

Description

@gongtiexin

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没有绘制

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions