mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
fixed small css bug with the 'no datapoints' warning introduced by legends makeover
This commit is contained in:
parent
f5d992f609
commit
9cc735bdf2
@ -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)
|
||||
|
2
src/css/bootstrap.dark.min.css
vendored
2
src/css/bootstrap.dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/bootstrap.light.min.css
vendored
2
src/css/bootstrap.light.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/default.min.css
vendored
2
src/css/default.min.css
vendored
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;
|
||||
|
Loading…
Reference in New Issue
Block a user