fixed small css bug with the 'no datapoints' warning introduced by legends makeover
This commit is contained in:
@@ -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)
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,3 +1,7 @@
|
||||
.graph-canvas-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.graph-legend {
|
||||
margin: 0 20px;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user