More charts

This commit is contained in:
2026-02-02 14:51:21 +01:00
parent ce03ed5f64
commit 71bcc75498
2 changed files with 368 additions and 211 deletions
+21
View File
@@ -37,3 +37,24 @@
flex: 1 1 48%; /* Pozwala na elastyczne dopasowanie, z bazową szerokością 48% */
min-width: 300px; /* Zapobiega zbytniemu ściskaniu kolumn na mniejszych ekranach */
}
/* Chart Controls */
.mystat-chart-controls {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.mystat-chart-tabs.nav-tab-wrapper {
border-bottom: none;
margin-bottom: 0;
}
.mystat-xaxis-switcher {
padding-top: 5px;
white-space: nowrap;
}