캔들차트, 이동평균선, 일목균형표, 볼린저밴드 보이기 숨기기 기능적용

This commit is contained in:
Macbook
2026-06-03 00:19:44 +09:00
parent 08fb442d4a
commit 76e5b12d19
15 changed files with 427 additions and 69 deletions
+16
View File
@@ -2540,6 +2540,22 @@ html.theme-blue {
right: 0;
left: auto;
}
/* 캔들 pane — 오버레이 표시 토글 아이콘 (이평·볼린저·일목·캔들) */
.chart-right-toolbar-cluster--overlay-icons {
z-index: 5;
align-items: center;
}
.chart-right-toolbar-btn--overlay {
opacity: 0.92;
}
.chart-right-toolbar-btn--overlay-off {
opacity: 0.38;
color: var(--text-muted, #787b86);
}
.chart-right-toolbar-btn--overlay-off:hover {
opacity: 0.65;
}
.chart-right-toolbar-btn--restore.active {
color: var(--accent);
border-color: rgba(122, 162, 247, 0.65);