2024-08-07 15:51:19 +01:00
|
|
|
/* Charts */
|
|
|
|
.chart-flex-container {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart-flex-container article {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#chart {
|
|
|
|
width: 100%;
|
2024-08-08 14:26:55 +01:00
|
|
|
aspect-ratio: 16 / 9;
|
2024-08-07 15:51:19 +01:00
|
|
|
}
|
|
|
|
|
2024-08-08 14:26:55 +01:00
|
|
|
.chart-container {
|
|
|
|
margin-top: 20px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2024-08-14 19:48:58 +01:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#chart-modifiers {
|
|
|
|
display: flex;
|
2024-08-07 15:51:19 +01:00
|
|
|
}
|