From ae3e405c9c416a4836581865caad487066b58787 Mon Sep 17 00:00:00 2001 From: sju66 Date: Wed, 30 Sep 2015 11:03:22 +0200 Subject: [PATCH] evol(histogram): adding SUM aggregate function evol: adding the SUM aggregate function of "value field" in the mode "values" fix(histogram): view all the values in the tooltip in multiserie in the case of an intersection --- src/app/panels/histogram/editor.html | 4 ++ src/app/panels/histogram/module.js | 95 +++++++++++++++++++++++--- src/app/panels/histogram/timeSeries.js | 24 +++++++ 3 files changed, 114 insertions(+), 9 deletions(-) diff --git a/src/app/panels/histogram/editor.html b/src/app/panels/histogram/editor.html index 08bfcc2cf..d5d5447be 100755 --- a/src/app/panels/histogram/editor.html +++ b/src/app/panels/histogram/editor.html @@ -24,6 +24,10 @@ +
+ + +