From c3948867ad88e20cd4d8f3fe40952666ccc43387 Mon Sep 17 00:00:00 2001 From: Starow Date: Tue, 12 Aug 2014 14:51:03 +0200 Subject: [PATCH] Adding an option to have better view of the curves --- var/www/static/js/indexjavascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/static/js/indexjavascript.js b/var/www/static/js/indexjavascript.js index c7490fc5..aff60b5a 100644 --- a/var/www/static/js/indexjavascript.js +++ b/var/www/static/js/indexjavascript.js @@ -157,7 +157,7 @@ $(document).ready(function () { legend: "always", connectSeparatedPoints: true, fillGraph: true, - //stepPlot: true, + stackedGraph: true, includeZero: true, });