indicators and plots

This commit is contained in:
2026-03-02 18:34:38 -04:00
parent 3b29096dab
commit 3ffce97b3e
43 changed files with 6690 additions and 878 deletions

View File

@@ -191,9 +191,14 @@ onBeforeUnmount(() => {
flex-direction: column;
overflow: hidden;
border: none;
border-radius: 0 !important;
background: var(--p-surface-0);
}
.chart-card :deep(.p-card) {
border-radius: 0 !important;
}
.chart-card :deep(.p-card-body) {
flex: 1;
display: flex;