liuying
2024-11-10 19b415a1aa36dc70e5546b0fdeefa6a39570f19b
yiqi_screen/src/components/QualityDataTrends.vue
@@ -1,5 +1,5 @@
<template>
    <div class="box-container echarts3Box" style="height: 1.52rem" id="echarts3"></div>
    <div class="box-container echarts3Box" id="echarts3"></div>
</template>
      
      <script>
@@ -35,15 +35,16 @@
          data: [],
          type: "line",
          //   symbol:'none',
          symbolSize: 0,
          // symbolSize: 0,
          lineStyle: {
            color: "#fff",
            color: "#7b8fe6",
          },
          itemStyle: {
            normal: {
              label: {
                show: true,
                color: "#fff",
                color: "#7b8fe6",
              },
            },
          },
@@ -141,5 +142,7 @@
</script>
      
      <style>
   .echarts3Box{
    height: 150px !important;
   }
</style>