quanyawei
2023-10-09 9e6f52a0a7d0d466db1cb0eaa5260be18b9b1032
src/components/Echarts/BarChart.vue
@@ -3,7 +3,7 @@
</template>
<script>
import echarts from 'echarts'
import * as echarts from 'echarts'
// require('echarts/theme/macarons') // echarts theme
// import resize from './mixins/resize'
@@ -40,11 +40,9 @@
  },
  watch: {
    datas(n) {
      this.initChart()
    },
    datas1(n) {
      this.initChart()
    }
  },