派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-13 8eae4c332c821c8aaa3365c84293e836fd8d1dab
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>