fix(templating): fixed issue with experimental feature template variable value groups tags, fixes #6752

This commit is contained in:
Torkel Ödegaard
2017-01-02 13:32:00 +01:00
parent 2e7d222f6e
commit 9dc42648cf
8 changed files with 84 additions and 44 deletions

View File

@@ -6,6 +6,7 @@
* **Server side PNG rendering**: Fixed issue with y-axis label rotation in phantomjs rendered images [#6924](https://github.com/grafana/grafana/issues/6924)
* **Graph**: Fixed centering of y-axis label [#7099](https://github.com/grafana/grafana/issues/7099)
* **Graph**: Fixed graph legend table mode and always visible scrollbar [#6828](https://github.com/grafana/grafana/issues/6828)
* **Templating**: Fixed template variable value groups/tags feature [#6752](https://github.com/grafana/grafana/issues/6752)
# 4.1-beta1 (2016-12-21)