(function ChartSlot
{displayKoName}
- {quoteBar && (
+ {liveQuote.price != null && (
- {formatPrice(quoteBar.close)}
-
-
- {isUp ? '+' : '-'}{Math.abs(dailyChangePct).toFixed(2)}%
+ {formatChartLivePrice(liveQuote.price).replace(' KRW', '')}
+ {liveQuote.changePct != null && (
+
+ {formatChartLiveChangePct(liveQuote.changePct)}
+
+ )}
)}
@@ -772,12 +784,14 @@ const ChartSlot = forwardRef
(function ChartSlot
))}
- {quoteBar && (
-