派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-13 e5b3ac602230c6782afcd2ddb5f55020c87b2f25
src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue
@@ -154,7 +154,7 @@
    },
    CreateChart: function (id, title, legend, xdata, ydatas, yname, jcdID, datatype) {
      this.myChart = this.$echarts.init(this.$refs.main)
      // this.myChart.clear()
      this.myChart.clear()
      var dataUnit = ''
      if (datatype === 1) {
        dataUnit = '气量(m³/d)'
@@ -339,7 +339,6 @@
        },
        legend: { // 图例
          data: legend
          // color:
        },
        dataZoom: [{
          type: 'inside',
@@ -537,6 +536,7 @@
    //   }
    // }
  }
}
</script>