feat(drilldown link): better access to drilldown links directly by clicking the external link icon in panel header, fixes #1575

This commit is contained in:
Torkel Ödegaard
2015-09-19 15:53:48 +02:00
parent b5f237a69b
commit c7d22aafd2
3 changed files with 27 additions and 12 deletions

View File

@@ -27,6 +27,7 @@ it allows you to add queries of differnet data source types & instances to the s
- [Issue #2647](https://github.com/grafana/grafana/issues/2647). InfluxDB: You can now set group by time interval on each query
- [Issue #2599](https://github.com/grafana/grafana/issues/2599). InfluxDB: Improved alias support, you can now use the `AS` clause for each select statement
- [Issue #2708](https://github.com/grafana/grafana/issues/2708). InfluxDB: You can now set math expression for select clauses.
- [Issue #1575](https://github.com/grafana/grafana/issues/1575). Drilldown link: now you can click on the external link icon in the panel header to access drilldown links!
**Fixes**
- [Issue #2413](https://github.com/grafana/grafana/issues/2413). InfluxDB 0.9: Fix for handling empty series object in response from influxdb