From 537a99f97d79a570f26cba63f50b12a882f78042 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 11 Jul 2010 08:59:39 +0100 Subject: re-instate plot selection --- index.html | 72 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 34 insertions(+), 38 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 0e285e2..3d4a302 100644 --- a/index.html +++ b/index.html @@ -96,12 +96,6 @@ templateFactory('.application-charts')) ); - // Update all charts when a selection is made on one of them - $('.charts').bind("plotselected", function(event, ranges) { - cc.setTimeRange(new Date(ranges.xaxis.from), - new Date(ranges.xaxis.to)); - }); - // Show a loading icon when a chart is being redrawn $('.chart-container').live('chart_loading', function(e) { $(this).find('.title').addClass('loading'); @@ -143,39 +137,41 @@ -
-
- - - - - - - - - - - +
+ +
+ + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+
+

+
-
- - -
-
-
-
-
-
-
-

-
-- cgit v1.2.3