Update tooltip date formats.

This commit is contained in:
Mike Cao 2023-03-16 15:56:05 -07:00
parent afec08b355
commit c62e2e9cc7
5 changed files with 60 additions and 42 deletions

View file

@ -4,6 +4,16 @@
overflow: hidden;
}
.tooltip {
display: flex;
flex-direction: column;
gap: 10px;
}
.tooltip .value {
text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
.chart {
/*height: 200px;*/