실시간 차트 멀티모드 수정
This commit is contained in:
@@ -97,6 +97,11 @@ public class GcAppSettings {
|
||||
@Builder.Default
|
||||
private Boolean chartVolumeVisible = true;
|
||||
|
||||
/** 실시간 수신 시 카드 아웃라인 형광 연두 음영 (기본 true) */
|
||||
@Column(name = "chart_live_receive_highlight", nullable = false)
|
||||
@Builder.Default
|
||||
private Boolean chartLiveReceiveHighlight = true;
|
||||
|
||||
/** 차트 상단 범례(tv-legend) 항목별 표시 옵션 JSON */
|
||||
@Column(name = "chart_legend_options_json", columnDefinition = "JSON")
|
||||
@JdbcTypeCode(SqlTypes.JSON)
|
||||
|
||||
Reference in New Issue
Block a user