보조지표그래프선 라벨표시

This commit is contained in:
Macbook
2026-06-17 13:09:01 +09:00
parent 27d04415a0
commit e6753e3ab5
+3 -1
View File
@@ -886,7 +886,9 @@ export class ChartManager {
} }
private _showSeriesTitleOnChart(paneIndex: number): boolean { private _showSeriesTitleOnChart(paneIndex: number): boolean {
return !this._isIndicatorSubPane(paneIndex); return this._isIndicatorSubPane(paneIndex)
? this._indicatorAreaPriceLabelsEnabled
: true;
} }
private _hlineAxisLabelVisible(): boolean { private _hlineAxisLabelVisible(): boolean {