From 365903c71a39733450adfdf6eb471019f8b6ff6f Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 9 Sep 2014 15:18:29 +0200 Subject: Use step for stat plot --- static/js/kosten.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/js/kosten.js') diff --git a/static/js/kosten.js b/static/js/kosten.js index ccb3d6a..b0860b7 100644 --- a/static/js/kosten.js +++ b/static/js/kosten.js @@ -142,7 +142,8 @@ minRange: month }, series: [{ - data: x$.data('stats') + data: x$.data('stats'), + step: 'left' }], tooltip: { pointFormat: '{point.y} €
' -- cgit v1.2.3-54-g00ecf