크로스헤어 세로선 날짜표시

This commit is contained in:
Macbook
2026-05-29 21:37:41 +09:00
parent ab5c11fa14
commit 320675ea6b
3 changed files with 125 additions and 23 deletions
+21
View File
@@ -1000,6 +1000,27 @@ html.theme-blue {
user-select: none;
}
/* 크로스헤어 세로선 — 캔들 pane 하단 시간축 교차 시각 */
.candle-pane-time-axis__crosshair {
position: absolute;
z-index: 13;
display: none;
align-items: center;
justify-content: center;
transform: translateX(-50%);
padding: 1px 6px;
border-radius: 2px;
font-size: 11px;
line-height: 16px;
font-weight: 500;
color: #fff;
background: #50535e;
white-space: nowrap;
pointer-events: none;
user-select: none;
box-sizing: border-box;
}
/* Loading overlay */
/* 과거 데이터 추가 로드 중 표시 (차트 좌상단 소형 배지) */
.chart-history-loading {