2020-07-29 06:50:29 +02:00
|
|
|
.chart {
|
|
|
|
position: relative;
|
2022-03-02 04:28:44 +01:00
|
|
|
height: 400px;
|
2023-03-15 06:37:50 +01:00
|
|
|
overflow: hidden;
|
2022-03-02 04:28:44 +01:00
|
|
|
}
|
|
|
|
|
2023-03-16 23:56:05 +01:00
|
|
|
.tooltip {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip .value {
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
2022-03-02 04:28:44 +01:00
|
|
|
@media only screen and (max-width: 992px) {
|
|
|
|
.chart {
|
2023-03-15 06:37:50 +01:00
|
|
|
/*height: 200px;*/
|
2022-03-02 04:28:44 +01:00
|
|
|
}
|
2020-07-29 06:50:29 +02:00
|
|
|
}
|