From e6753e3ab57562401aa7c7ca28005e36a64d031f Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 17 Jun 2026 13:09:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B4=EC=A1=B0=EC=A7=80=ED=91=9C=EA=B7=B8?= =?UTF-8?q?=EB=9E=98=ED=94=84=EC=84=A0=20=EB=9D=BC=EB=B2=A8=ED=91=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/utils/ChartManager.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/utils/ChartManager.ts b/frontend/src/utils/ChartManager.ts index 7e48981..7daa333 100644 --- a/frontend/src/utils/ChartManager.ts +++ b/frontend/src/utils/ChartManager.ts @@ -886,7 +886,9 @@ export class ChartManager { } private _showSeriesTitleOnChart(paneIndex: number): boolean { - return !this._isIndicatorSubPane(paneIndex); + return this._isIndicatorSubPane(paneIndex) + ? this._indicatorAreaPriceLabelsEnabled + : true; } private _hlineAxisLabelVisible(): boolean {