diff --git a/src/views/components/emotionDecod.vue b/src/views/components/emotionDecod.vue index d694853..c7c3c2e 100644 --- a/src/views/components/emotionDecod.vue +++ b/src/views/components/emotionDecod.vue @@ -20,8 +20,8 @@ const heatmapData = ref([]); // 存储热力图数据 const rawData2 = ref([]); const lineData3 = ref([]); function initQXNLZHEcharts(kline, qxnlzhqData) { - qxnlzhqData[9][9] = 1; - qxnlzhqData[2][9] = 1; + // qxnlzhqData[9][9] = 1; + // qxnlzhqData[2][9] = 1; rawData2.value = qxnlzhqData; // 处理热力图数据 const processedHeatmap = [];