Commit 6227cfdb by Spencer Alger

moved the query color to a header, with a similarly colored title for the series

parent d1495fbf
......@@ -429,7 +429,10 @@ angular.module('kibana.histogram', [])
if (item) {
$tooltip
.html(
kbn.query_color_dot(item.series.color, 15) + ' ' +
'<small style="font-size:0.9em;color:'+item.series.color+'">' +
'<i class="icon-circle"></i>' + ' ' +
(item.series.info.alias || item.series.info.query) +
'</small><br>' +
item.datapoint[1].toFixed(0) + " @ " +
moment(item.datapoint[0]).format('MM/DD HH:mm:ss')
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment