From 025366bb650218c099e03c93352180b5bcff6533 Mon Sep 17 00:00:00 2001 From: zwq Date: Tue, 26 Aug 2025 16:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8A=98=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Component/LineChartRight/chart.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/page/Component/LineChartRight/chart.config.ts b/src/page/Component/LineChartRight/chart.config.ts index 7dd7a11..f7fc486 100644 --- a/src/page/Component/LineChartRight/chart.config.ts +++ b/src/page/Component/LineChartRight/chart.config.ts @@ -80,6 +80,11 @@ export default function getOptions(tempData: any) { symbol: "circle", symbolSize: 4, data: tempData.input, + label: { + show: true, + position: 'top', + color:'inherit' + }, }, { name: "产出", @@ -87,6 +92,11 @@ export default function getOptions(tempData: any) { symbol: "circle", symbolSize: 4, data: tempData.output, + label: { + show: true, + position: 'top', + color:'inherit' + }, }, ], tooltip: {