실시간 차트 보조지표 값 소수점 표시

This commit is contained in:
Macbook
2026-05-30 10:39:50 +09:00
parent 33c2d4b337
commit c7ba13e7ed
23 changed files with 226 additions and 40 deletions
@@ -97,7 +97,12 @@ public class GcAppSettings {
@Builder.Default
private Boolean btShowPrice = true;
/** 보조지표 우측 가격축 라벨·설명·금액 하이라이트 (기본 true) */
/** 캔들 영역(오버레이) 우측 가격축 라벨·설명·금액 하이라이트 (기본 true) */
@Column(name = "chart_candle_area_price_labels", nullable = false)
@Builder.Default
private Boolean chartCandleAreaPriceLabels = true;
/** 하단 보조지표 pane 우측 가격축 라벨·설명·금액 하이라이트 (기본 true) */
@Column(name = "chart_series_price_labels", nullable = false)
@Builder.Default
private Boolean chartSeriesPriceLabels = true;