mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Replace chart legend with custom component.
This commit is contained in:
parent
894736d474
commit
8e987b6b9d
5 changed files with 41 additions and 15 deletions
|
|
@ -41,3 +41,20 @@
|
|||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.legend {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: var(--font-size-xsmall);
|
||||
}
|
||||
|
||||
.label + .label {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue