Merge pull request #5 from flant/fix_color_legend

Fix color and opacity legend clip
This commit is contained in:
Ivan Mikheykin
2018-10-05 12:45:21 +03:00
committed by GitHub
5 changed files with 97 additions and 36 deletions
+8 -1
View File
@@ -17,7 +17,7 @@
## Installation
Plugin can be installed via Git:
Plugin can be installed with GF_INSTALL_PLUGINS="flant-statusmap-panel" or you can use Git and clone this repo:
```
git clone git@github.com:flant/grafana-statusmap.git /var/lib/grafana/plugins/flant-statusmap-panel
@@ -26,6 +26,7 @@ git clone git@github.com:flant/grafana-statusmap.git /var/lib/grafana/plugins/fl
Alternatively, you can download [ZIP archive](https://github.com/flant/grafana-statusmap/archive/master.zip)
of this repo and unpack it into /var/lib/grafana/plugins directory.
## Motivation
We had a desperate need to visualize a set of timeseries statuses over time period, so we can
@@ -140,7 +141,13 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas
#### Changelog
##### v0.0.2
- Install with GF_INSTALL_PLUGINS
- Fix legend overlap
##### v0.0.1
- First public release