From fbd00df72ff8e00060d5bcb0d725d1828b3a1f8c Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 26 May 2026 09:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=9B=BE=E8=A1=A8=20Brush=20?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E6=8B=96=E6=8B=BD=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scan-terminal/LiveTemperatureThresholdChart.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index 708e2839..030e7bca 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -4,7 +4,6 @@ import clsx from "clsx"; import { useEffect, useMemo, useState } from "react"; import { LoadingSignal } from "@/components/dashboard/scan-terminal/LoadingSignal"; import { - Brush, CartesianGrid, Line, LineChart as ReLineChart, @@ -1798,17 +1797,6 @@ export function LiveTemperatureThresholdChart({ isAnimationActive={false} /> ))} - {!compact && (timeframe === "1D" || timeframe === "3D") && ( - - )}