Dynamic labels for value and limits
This commit is contained in:
parent
0afe3c5d2b
commit
a782e17f7c
3 changed files with 104 additions and 46 deletions
|
|
@ -23,6 +23,11 @@
|
|||
fill: #444444;
|
||||
}
|
||||
|
||||
.snm-limit {
|
||||
text-align: center;
|
||||
font-size: 66%;
|
||||
}
|
||||
|
||||
.snm-meter {
|
||||
height: 50%;
|
||||
width: auto;
|
||||
|
|
@ -44,3 +49,14 @@
|
|||
stroke: green;
|
||||
stroke-width: 15;
|
||||
}
|
||||
|
||||
.snm-value {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.snm-warning {
|
||||
fill: none;
|
||||
stroke-width: 10;
|
||||
stroke-linejoin: round;
|
||||
stroke: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue