fixed small css bug with the 'no datapoints' warning introduced by legends makeover

This commit is contained in:
Torkel Ödegaard
2014-07-15 16:57:23 +02:00
parent f5d992f609
commit 9cc735bdf2
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ vNext
- New legend display option "Right side", will show legend to the right of the graph (Issue #556)
- InfluxDB: Enhanced series aliasing (legend names) with pattern replacements (Issue #525)
- InfluxDB: Add continuous query in series results (series typeahead). #581
- InfluxDB: Support for alias & alias patterns when using raw query mode, #584
**Changes**
- Graphite: Use unix epoch for Graphite from/to for absolute time ranges (Closes #536)
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -1,3 +1,7 @@
.graph-canvas-wrapper {
position: relative;
}
.graph-legend {
margin: 0 20px;
text-align: left;