diff --git a/panels/trends/module.html b/panels/trends/module.html index 94f09c42411..3cd8765d3eb 100644 --- a/panels/trends/module.html +++ b/panels/trends/module.html @@ -1,6 +1,6 @@ -
+
{{query.percent}}% diff --git a/panels/trends/module.js b/panels/trends/module.js index eb05da0b942..3685901fd86 100644 --- a/panels/trends/module.js +++ b/panels/trends/module.js @@ -164,7 +164,8 @@ angular.module('kibana.trends', []) $scope.$emit('render'); if(_segment < $scope.index.length-1) $scope.get_data(_segment+1,query_id) - + else + $scope.trends = $scope.data } }); }