liuying
2024-11-01 73204d05cef1cb8be44ff8b1e44114dee0cfb455
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>