실시간 차트 스크롤시 날짜 동기화 문제
This commit is contained in:
@@ -145,6 +145,7 @@ export function resolveAppDefaults(s: AppSettingsDto) {
|
||||
chartSeriesPriceLabels: s.chartSeriesPriceLabels ?? true,
|
||||
chartVolumeVisible: s.chartVolumeVisible ?? true,
|
||||
chartLiveReceiveHighlight: s.chartLiveReceiveHighlight ?? true,
|
||||
chartCrosshairInfoVisible: s.chartCrosshairInfoVisible ?? true,
|
||||
chartLegendOptions: resolveChartLegendOptions(
|
||||
s.chartLegendOptions as Partial<ChartLegendVisibility> | null | undefined,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user