Skip to content

series.bar 柱状图3.*和4.*对于 time类型数据渲染不一致 #11483

@reatang

Description

@reatang

Option配置:

option = {
    title: {
        text: '阶梯瀑布图',
        subtext: 'From ExcelHome',
        sublink: 'http://e.weibo.com/1341556070/Aj1J2x5a5'
    },
    tooltip : {
        trigger: 'axis',
        axisPointer : {            // 坐标轴指示器,坐标轴触发有效
            type : 'shadow'        // 默认为直线,可选为:'line' | 'shadow'
        },
        formatter: function (params) {
            var tar;
            if (params[1].value != '-') {
                tar = params[1];
            }
            else {
                tar = params[0];
            }
            return tar.name + '<br/>' + tar.seriesName + ' : ' + tar.value;
        }
    },
    legend: {
        data:['支出','收入']
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: {
        type : 'time'
        
    },
    yAxis: {
        type : 'category',
        splitLine: {show:false},
        data :  ["2019-01-01", "2019-01-02", "2019-01-03", "2019-01-04", "2019-01-05", "2019-01-06", "2019-01-07"]
    },
    series: [{"name":"空闲时间","type":"bar","stack":"总量","itemStyle":{"normal":{"barBorderColor":"rgba(0,0,0,0)","color":"rgba(0,0,0,0)"},"emphasis":{"barBorderColor":"rgba(0,0,0,0)","color":"rgba(0,0,0,0)"}},"data":[1546275600000,1546388580000,1546495920000,1546582320000,1546668720000,1546755120000,1546841520000],"tooltip":{"trigger":"item","formatter":"无"}},{"name":"游戏时间","type":"bar","stack":"总量","label":{"normal":{"show":false}},"itemStyle":{"normal":{"barBorderColor":"#0275d8","color":"#0275d8"},"emphasis":{"barBorderColor":"#008dd8","color":"#008dd8"}},"data":[1546279200000,1546424700000,1546521900000,1546608300000,1546694700000,1546781100000,1546867500000],"tooltip":{"trigger":"item"}},{"name":"空闲时间","type":"bar","stack":"总量","itemStyle":{"normal":{"barBorderColor":"rgba(0,0,0,0)","color":"rgba(0,0,0,0)"},"emphasis":{"barBorderColor":"rgba(0,0,0,0)","color":"rgba(0,0,0,0)"}},"data":[1546281000000,1546436400000],"tooltip":{"trigger":"item","formatter":"无"}},{"name":"游戏时间","type":"bar","stack":"总量","label":{"normal":{"show":false}},"itemStyle":{"normal":{"barBorderColor":"#0275d8","color":"#0275d8"},"emphasis":{"barBorderColor":"#008dd8","color":"#008dd8"}},"data":[1546289640000,1546442700000],"tooltip":{"trigger":"item"}},{"name":"空闲时间","type":"bar","stack":"总量","itemStyle":{"normal":{"barBorderColor":"rgba(0,0,0,0)","color":"rgba(0,0,0,0)"},"emphasis":{"barBorderColor":"rgba(0,0,0,0)","color":"rgba(0,0,0,0)"}},"data":[1546316580000,1546443600000],"tooltip":{"trigger":"item","formatter":"无"}},{"name":"游戏时间","type":"bar","stack":"总量","label":{"normal":{"show":false}},"itemStyle":{"normal":{"barBorderColor":"#0275d8","color":"#0275d8"},"emphasis":{"barBorderColor":"#008dd8","color":"#008dd8"}},"data":[1546316700000,1546449900000],"tooltip":{"trigger":"item"}}]
};

3.1.2 的展示效果如下:(符合预期的)
image

4.4 的效果展示如下:
image

这是算是一个bug吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugpendingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions