feat(annotations): updated flot events lib and refactored it to use tether-drop lib

This commit is contained in:
Torkel Ödegaard
2016-02-23 08:09:56 +01:00
parent 55d4392d90
commit a6a5f393cc
8 changed files with 448 additions and 643 deletions

View File

@@ -232,11 +232,6 @@
opacity: 0.7;
}
.label-tag {
margin-right: 4px;
margin-top: 8px;
}
.graph-tooltip-list-item {
display: table-row;
}
@@ -253,6 +248,31 @@
}
}
.graph-annotation {
.label-tag {
margin-right: 4px;
margin-top: 8px;
}
.graph-annotation-title {
font-weight: $font-weight-semi-bold;
position: relative;
top: -0.4rem;
}
a {
color: $blue;
text-decoration: underline;
}
.graph-annotation-time {
position: relative;
text-align: center;
top: 0.6rem;
}
}
.left-yaxis-label {
top: 50%;
left: -5px;