날짜포멧 수정

This commit is contained in:
Macbook
2026-05-29 02:25:03 +09:00
parent 990b3a0710
commit 03441337f2
19 changed files with 166 additions and 26 deletions
+6
View File
@@ -503,6 +503,12 @@ export class ChartManager {
this._applyDisplayTimezoneOptions();
}
/** 시간축·크로스헤어·캔들 pane 시간 라벨 포맷만 갱신 */
setChartTimeFormat(chartTimeFormat: string): void {
this.chartTimeFormat = normalizeChartTimeFormat(chartTimeFormat);
this._applyDisplayTimezoneOptions();
}
// ─── Theme ──────────────────────────────────────────────────────────────
setTheme(theme: Theme): void {
this.currentTheme = theme;