From 6227cfdb7052a91323f085da41b0b64cb5a30db7 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 29 Aug 2013 15:05:07 -0700 Subject: [PATCH] moved the query color to a header, with a similarly colored title for the series --- panels/histogram/module.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/panels/histogram/module.js b/panels/histogram/module.js index 5bea7af6190..6745e625e2d 100644 --- a/panels/histogram/module.js +++ b/panels/histogram/module.js @@ -429,7 +429,10 @@ angular.module('kibana.histogram', []) if (item) { $tooltip .html( - kbn.query_color_dot(item.series.color, 15) + ' ' + + '' + + '' + ' ' + + (item.series.info.alias || item.series.info.query) + + '
' + item.datapoint[1].toFixed(0) + " @ " + moment(item.datapoint[0]).format('MM/DD HH:mm:ss') )