From ea62d4aea330fc6cd547b17438755e0f7b571b33 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 11 Sep 2013 15:42:03 -0700 Subject: [PATCH] Added pointer to chart hovers --- panels/histogram/module.html | 10 +++++----- panels/pie/module.html | 4 ++-- panels/terms/module.html | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/panels/histogram/module.html b/panels/histogram/module.html index 5d76715a960..4ce6b6a2130 100644 --- a/panels/histogram/module.html +++ b/panels/histogram/module.html @@ -8,10 +8,10 @@ display:inline-block; height:10px; width:10px; - border-radius:5px; + border-radius:5px; } .histogram-legend-item { - display:inline-block; + display:inline-block; } .histogram-chart { position:relative; @@ -23,7 +23,7 @@
- Zoom Out | + Zoom Out | @@ -32,5 +32,5 @@ {{panel.value_field}} {{panel.mode}} per {{panel.interval}} | ({{hits}} hits)
-
- \ No newline at end of file +
+ \ No newline at end of file diff --git a/panels/pie/module.html b/panels/pie/module.html index a36cf2c92a4..f089586b603 100644 --- a/panels/pie/module.html +++ b/panels/pie/module.html @@ -8,9 +8,9 @@
-
+
{{query.label}} ({{query.data[0][1]}})
- \ No newline at end of file + \ No newline at end of file diff --git a/panels/terms/module.html b/panels/terms/module.html index 814729c2dbf..70b870ba58f 100644 --- a/panels/terms/module.html +++ b/panels/terms/module.html @@ -5,7 +5,7 @@
- +
@@ -21,11 +21,11 @@
-
+
-
{{term.label}}{{term.data[0][1]}}
+
@@ -39,7 +39,7 @@ -
{{term.label}}{{term.data[0][1]}}
+
@@ -48,11 +48,11 @@
Term Count Action
{{term.data[0][1]}} - +
- \ No newline at end of file + \ No newline at end of file