-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Description
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"}}]
};
这是算是一个bug吗?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.

