Ability to set y min/max for right y-axis (RR #519, Closes #360)

This commit is contained in:
Torkel Ödegaard
2014-06-21 17:18:24 +02:00
parent 5ce6464461
commit bef61cf019
3 changed files with 62 additions and 48 deletions

View File

@@ -1,5 +1,8 @@
vNext
**New features or improvements**
- Ability to set y min/max for right y-axis (RR #519, Closes #360) - thx @acedrew
**Fixes**
- Fixes regex InfluxDB queries intoduced in 1.6.0 (PR #500)