mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(annotations): updated flot events lib and refactored it to use tether-drop lib
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user