실시간 차트 스크롤시 날짜 동기화 문제

This commit is contained in:
Macbook
2026-05-29 21:30:34 +09:00
parent 6556741f83
commit ab5c11fa14
14 changed files with 263 additions and 73 deletions
@@ -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)