baseddata.io/static/css/charts.css

13 lines
157 B
CSS
Raw Permalink Normal View History

2024-08-07 15:51:19 +01:00
/* Charts */
2024-08-08 14:26:55 +01:00
.chart-container {
display: flex;
/* height: 600px; */
aspect-ratio: 1 / 1;
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
}