실시간 차트 보조지표 값 소수점 표시
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user