added bar chart, added support for hiding unit with format="NOUNIT"

This commit is contained in:
john30
2016-10-29 13:15:07 +02:00
parent 8e247be86d
commit 7c0f514d29
2 changed files with 97 additions and 4 deletions
+31 -1
View File
@@ -66,7 +66,7 @@
cursor: pointer;
}
.ebus .circuitLabel {
.ebus .circuitLabel, .ebus .circuitBar, .ebus .circuitBarLabel {
background-color: white;
padding: 0.2em;
font: 12px sans-serif;
@@ -85,6 +85,36 @@
border: 1px solid white;
}
.ebus .circuitBar {
width: 60px;
height: 20px;
border: none;
opacity: 1.0;
filter: alpha(opacity=100);
}
.ebus .circuitBarLabel {
border: none;
background: none;
width: 60px;
line-height: 5px;
}
.ebus .circuitBarLine {
width: 3px;
background-color: black;
opacity: 0.8;
filter: alpha(opacity=80);
cursor: pointer;
position: absolute;
}
.ebus .circuitBarLine:hover {
background-color: #5C96BC;
color: white;
border: 1px solid white;
}
.connLabel {
background-color: white;
padding: 0.2em;