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>