보조지표 툴바추가

This commit is contained in:
Macbook
2026-05-29 23:51:13 +09:00
parent 095b0d7db7
commit 6332d198b1
11 changed files with 846 additions and 436 deletions
+13 -1
View File
@@ -478,8 +478,20 @@ export interface AppSettingsDto {
chartLiveReceiveHighlight?: boolean;
/** 차트 상단 범례(tv-legend) 항목별 표시 옵션 */
chartLegendOptions?: Record<string, boolean> | null;
/** 차트 pane(캔들·거래량·보조지표) 구분선 */
/** 차트 pane 구분선 — mainToIndicator / indicatorToIndicator */
chartPaneSeparator?: {
mainToIndicator?: {
visible?: boolean;
color?: string;
width?: number;
lineStyle?: string;
};
indicatorToIndicator?: {
visible?: boolean;
color?: string;
width?: number;
lineStyle?: string;
};
visible?: boolean;
color?: string;
width?: number;