zhaowei
昨天 54d11f9a2f395e021486e6a31912616274b3feda
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
              },