src/views/mdc/base/modules/WorkshopSignage/OpenRateChart.vue
@@ -1,6 +1,5 @@ <template> <div id="openRate"> </div> <div id="openRate"></div> </template> <script> @@ -34,7 +33,8 @@ this.chartContainer = this.$echarts.init(document.getElementById('openRate')) const option = { tooltip: { fontSize: this.fontSize(0.12) trigger: 'axis', fontSize: this.fontSize(0.16) }, xAxis: [ { @@ -61,7 +61,6 @@ yAxis: [ { type: 'value', // name:'上周开机率', axisTick: { show: true },