wx-charts
wx-charts copied to clipboard
series里data数据为0时怎么显示图表
就是,同问啊
try it~
lineChart = new wxCharts({
categories: ['loading...'],
series: [{
name: 'xxoo',
data: [0]
}],
});