Commit 9cc735bd by Torkel Ödegaard

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

parent f5d992f6
......@@ -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)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
.graph-canvas-wrapper {
position: relative;
}
.graph-legend {
margin: 0 20px;
text-align: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment