Echarts 画布(canvas)

1 重置大小

  var document_cards = document.getElementById("cavasbox");
        document_cards.style.height = that.ylist.length * 20 + 300 + "px";
  
  that.chart = Chart.init(that.$refs.SCEchart);
      that.chart.setOption(that.SCEoption);
      that.chart.resize();
 
2 清空画布
 
  that.chart = Chart.init(that.$refs.SCEchart);
      that.chart.clear()
      that.chart.setOption(that.SCEoption);
posted @ 2021-06-08 09:36  容我看看这世界啊  阅读(965)  评论(0)    收藏  举报