날짜포멧 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user