From 331ea452fa1186e096e3a905b2b729a599d07b42 Mon Sep 17 00:00:00 2001 From: Aslak Knutsen Date: Tue, 5 Mar 2013 02:09:16 +0100 Subject: Change Activity Graph from Protovis to d3 (#43) Fixes failing javascipt in Opera and Chrome resulting in no graph and no other javascript features. Changed to precalculate all days in the begin_date...end_date date range before matching email counts to ensure we have data points for all days in the range. --- hyperkitty/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/base.html') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index c564468..1c5f544 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -73,7 +73,7 @@ - {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/bootstrap.min.js", "libs/jquery.expander.js", "libs/protovis-d3.1.js", "js/hyperkitty.js" %} + {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "js/hyperkitty.js" %} {% endassets %} {% block additionaljs %} {% endblock %} -- cgit