ecomfe / echarts-stat

Statistics tool for Apache ECharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console.log(bins)时发现并没有bins.customData属性

Pomelo1001 opened this issue · comments

series: [{
name: 'height',
type: 'custom',
barWidth: '99.5%',
label: {
normal: {
show: true,
position: 'insideTop',
formatter: function(params) {
return params.value[1];
}
}
},
data: bins.customData
}]
};
没有任何的效果