mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Upgraded Chart.js to v4. Updated charts.
This commit is contained in:
parent
3823705fc6
commit
c1d3e9ec67
11 changed files with 113 additions and 174 deletions
|
|
@ -1,10 +1,12 @@
|
|||
.chart {
|
||||
position: relative;
|
||||
height: 400px;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.chart {
|
||||
height: 200px;
|
||||
/*height: 200px;*/
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue