longyvfengyun
2024-03-28 e688c5abc5f87c3ce00afb094376053643fe3857
src/views/analysis/hdAnalysis.vue
@@ -153,6 +153,17 @@
            sampling: "lttb",
            smooth: false,
            symbolSize: 0,
            markPoint: {
               data: [
                  {
                     type: 'max',
                     name: 'Max',
                     itemStyle: {
                        color: '#ff0000'
                     }
                  },
               ]
            },
            data: item,
         }
      });
@@ -180,6 +191,17 @@
            sampling: "lttb",
            smooth: false,
            symbolSize: 0,
            markPoint: {
               data: [
                  {
                     type: 'max',
                     name: 'Max',
                     itemStyle: {
                        color: '#ff0000'
                     }
                  },
               ]
            },
            data: item,
         }
      });
@@ -244,13 +266,12 @@
         left: '1%',
         right: '4%',
         bottom: '3%',
         top: "6%",
         containLabel: true
      }
   });
   chart3Option.tooltip.show = false;
   chart3Option.xAxis.axisLabel.show = false;
   chart3Option.xAxis.axisLine.show = false;
   chart3Option.xAxis.axisLabel.show = true;
   chart3Option.xAxis.axisLine.show = true;
   title4.value = "图表4";
   chart4Option = getNormalLine({
@@ -260,13 +281,12 @@
         left: '1%',
         right: '4%',
         bottom: '3%',
         top: "6%",
         containLabel: true
      }
   });
   chart4Option.tooltip.show = false;
   chart4Option.xAxis.axisLabel.show = false;
   chart4Option.xAxis.axisLine.show = false;
   chart4Option.xAxis.axisLabel.show = true;
   chart4Option.xAxis.axisLine.show = true;
}
const setChart = ()=>{