실시간 차트 보조지표 값 소수점 표시
This commit is contained in:
@@ -142,6 +142,7 @@ export function resolveAppDefaults(s: AppSettingsDto) {
|
||||
syncOptions: (s.syncOptions as unknown as SyncOptions | null) ?? DEFAULT_SYNC,
|
||||
btAutoPopup: s.btAutoPopup ?? true,
|
||||
btShowPrice: s.btShowPrice ?? true,
|
||||
chartCandleAreaPriceLabels: s.chartCandleAreaPriceLabels ?? s.chartSeriesPriceLabels ?? true,
|
||||
chartSeriesPriceLabels: s.chartSeriesPriceLabels ?? true,
|
||||
chartVolumeVisible: s.chartVolumeVisible ?? true,
|
||||
chartLiveReceiveHighlight: s.chartLiveReceiveHighlight ?? true,
|
||||
|
||||
Reference in New Issue
Block a user