Cleanup legend value by using css content
This commit is contained in:
committed by
Torkel Ödegaard
parent
b98a8ee83a
commit
d51d5af992
@@ -25,6 +25,21 @@
|
||||
.graph-legend-value {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
&.current:before {
|
||||
content: "Current: "
|
||||
}
|
||||
&.max:before {
|
||||
content: "Max: "
|
||||
}
|
||||
&.min:before {
|
||||
content: "Min: "
|
||||
}
|
||||
&.total:before {
|
||||
content: "Total: "
|
||||
}
|
||||
&.avg:before {
|
||||
content: "Avg: "
|
||||
}
|
||||
}
|
||||
|
||||
.graph-legend-series {
|
||||
|
||||
Reference in New Issue
Block a user