liuying
2024-11-01 3c10ef337099f10ad5a8043019af3818055bd4c8
yiqi_screen/src/components/QualityDataTrends.vue
@@ -1,5 +1,5 @@
<template>
    <div class="box-container" style="height: 1.52rem" id="echarts3"></div>
    <div class="box-container echarts3Box" style="height: 1.52rem" id="echarts3"></div>
</template>
      
      <script>
@@ -21,9 +21,9 @@
        data: [],
      },
      grid: {
        left: 13,
        right: 13,
        top: 20,
        left: 33,
        right: 33,
        top: 55,
        bottom:5,
      },
      yAxis: {
@@ -141,4 +141,5 @@
</script>
      
      <style>
</style>