실시간 차트 보조지표 값 소수점 표시
This commit is contained in:
@@ -28,7 +28,9 @@ const VirtualStrategyChartPopup: React.FC<Props> = ({
|
||||
onClose,
|
||||
}) => {
|
||||
const { settings: appSettings } = useAppSettings();
|
||||
const chartSeriesPriceLabels = resolveAppDefaults(appSettings).chartSeriesPriceLabels;
|
||||
const chartDefaults = resolveAppDefaults(appSettings);
|
||||
const chartCandleAreaPriceLabels = chartDefaults.chartCandleAreaPriceLabels;
|
||||
const chartSeriesPriceLabels = chartDefaults.chartSeriesPriceLabels;
|
||||
|
||||
const ko = getKoreanName(market);
|
||||
const sym = market.replace(/^KRW-/, '');
|
||||
@@ -56,6 +58,7 @@ const VirtualStrategyChartPopup: React.FC<Props> = ({
|
||||
theme={theme}
|
||||
running={running}
|
||||
chartRealtimeSource={chartRealtimeSource}
|
||||
chartCandleAreaPriceLabels={chartCandleAreaPriceLabels}
|
||||
chartSeriesPriceLabels={chartSeriesPriceLabels}
|
||||
/>
|
||||
</AppPopup>
|
||||
|
||||
Reference in New Issue
Block a user