Merge pull request #593 from Kixeye/master-fixfilterqueries

influxdbDatasource.js - fix find query
This commit is contained in:
Torkel Ödegaard 2014-07-16 07:47:24 +02:00
commit 47fb553d38

View File

@ -142,7 +142,7 @@ function (angular, _, kbn, InfluxSeries) {
return $q.reject(err); return $q.reject(err);
} }
return this.doInfluxRequest(query) return this.doInfluxRequest(interpolated)
.then(function (results) { .then(function (results) {
return _.map(results[0].points, function (metric) { return _.map(results[0].points, function (metric) {
return { return {