Add charts

This commit is contained in:
jude
2023-06-21 15:09:24 +01:00
parent c3c0dbbbae
commit 3d627b5bf0
6 changed files with 184 additions and 2 deletions

View File

@ -580,3 +580,27 @@ input.default-width {
.is-locked .field:last-of-type {
display: none;
}
.stat-row {
display: flex;
flex-direction: row;
}
.stat-box {
flex-grow: 1;
border-radius: 6px;
background-color: #fcfcfc;
border-color: #efefef;
border-style: solid;
border-width: 1px;
margin: 4px;
padding: 4px;
}
.figure {
text-align: center;
}
.figure-num {
font-size: 2em;
}