wx-charts icon indicating copy to clipboard operation
wx-charts copied to clipboard

series里data数据为0时怎么显示图表

Open zhang19930345 opened this issue 5 years ago • 2 comments

zhang19930345 avatar Mar 06 '19 03:03 zhang19930345

就是,同问啊

yushui881112 avatar Oct 18 '19 03:10 yushui881112

try it~

lineChart = new wxCharts({
      categories: ['loading...'],
      series: [{
        name: 'xxoo',
        data: [0]
      }],
});

kicer avatar Oct 19 '19 14:10 kicer