알림목록 백테스팅 차트에서 이동평균선, 일목균형표, 볼린저 그래프 표시

This commit is contained in:
Macbook
2026-06-08 13:21:30 +09:00
parent 7f29bbd309
commit 1d1c277e3a
8 changed files with 182 additions and 36 deletions
@@ -1013,6 +1013,23 @@
overflow: hidden !important;
}
/* 보조지표 pane 좌측 상단 지표명 */
.tnl-mini-chart-canvas .pane-legend-name {
font-size: 10px;
max-width: calc(100% - 12px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* 캔들 pane 우측 상단 오버레이 on/off (미니 차트) */
.tnl-mini-chart-canvas .chart-right-toolbar--overlay-only .chart-right-toolbar-btn {
width: 24px;
height: 24px;
min-width: 24px;
min-height: 24px;
}
.tnl-mini-chart-loading {
position: absolute;
inset: 0;