BUR-67 Добавлена возможность рисовать соединительную линию.

This commit is contained in:
Первов Артем
2026-07-07 19:55:16 +03:00
parent 44b52785dd
commit e796dced6c
7 changed files with 375 additions and 165 deletions

View File

@@ -8,6 +8,38 @@
height: 100%;
}
.history-chart-shell {
position: relative;
}
.history-chart-controls {
position: absolute;
top: 8px;
right: 12px;
z-index: 2;
display: flex;
align-items: center;
gap: 8px;
color: var(--muted);
font-size: 12px;
}
.history-chart-line-mode {
padding: 3px;
}
.history-chart-line-mode button {
min-height: 24px;
padding: 0 8px;
font-size: 12px;
}
.history-chart-line-mode__button--active {
color: #f8fafc;
background: rgba(212, 165, 116, 0.16);
border-color: rgba(212, 165, 116, 0.38);
}
.chart-section--archive .history-chart-shell,
.chart-section--archive .history-chart {
flex: 1;