在这里插入图片描述
Echarts重绘报错,原因在于绘制时,未正确获取到画布的宽高,可在容器内写入行内样式,即可解决

<template>
  <div class="g2-chart-container" style="height: 300px;">
    <div
      v-show="hasData"
      :id="id"
      class="g2-chart"
      style="height: 300px; width: 100%;"
    />
    <div v-show="!hasData" class="noData">
      暂无数据
    </div>
  </div>
</template>
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐