2024-08-07 15:51:19 +01:00
|
|
|
/* Charts */
|
2024-08-08 14:26:55 +01:00
|
|
|
.chart-container {
|
|
|
|
display: flex;
|
2024-09-23 17:46:59 +01:00
|
|
|
height: 300px;
|
2024-08-14 19:48:58 +01:00
|
|
|
}
|
|
|
|
|
2024-09-23 17:46:59 +01:00
|
|
|
.chart {
|
2024-08-14 19:48:58 +01:00
|
|
|
display: flex;
|
2024-09-23 17:46:59 +01:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2024-08-07 15:51:19 +01:00
|
|
|
}
|