Add table view as alternative to donut chart for event properties

This commit is contained in:
Bas Broekhuizen
2025-07-08 10:17:18 +02:00
parent abc02465e3
commit 0c78e31300
3 changed files with 60 additions and 22 deletions

View File

@@ -14,12 +14,14 @@
color: var(--primary400);
}
.title {
text-align: center;
font-weight: bold;
margin: 20px 0;
.header {
margin-bottom: 40px;
}
.chart {
.title {
font-weight: bold;
}
.data {
min-height: 620px;
}