보조지표그래프선 라벨표시
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user