실시간 차트 스크롤시 날짜 동기화 문제
This commit is contained in:
@@ -112,6 +112,11 @@ public class GcAppSettings {
|
||||
@Builder.Default
|
||||
private Boolean chartLiveReceiveHighlight = true;
|
||||
|
||||
/** 크로스헤어 이동 시 OHLC·보조지표 수치 표시 (기본 true) */
|
||||
@Column(name = "chart_crosshair_info_visible", nullable = false)
|
||||
@Builder.Default
|
||||
private Boolean chartCrosshairInfoVisible = true;
|
||||
|
||||
/** 차트 상단 범례(tv-legend) 항목별 표시 옵션 JSON */
|
||||
@Column(name = "chart_legend_options_json", columnDefinition = "JSON")
|
||||
@JdbcTypeCode(SqlTypes.JSON)
|
||||
|
||||
Reference in New Issue
Block a user