diff --git a/abonapp/templates/abonapp/charts.html b/abonapp/templates/abonapp/charts.html
index 99dcd37..a9481b0 100644
--- a/abonapp/templates/abonapp/charts.html
+++ b/abonapp/templates/abonapp/charts.html
@@ -33,7 +33,10 @@
labelInterpolationFnc: function (value) {
return moment(value).format('HH:mm:ss');
}
- }
+ },
+ lineSmooth: Chartist.Interpolation.cardinal({
+ tension: 0
+ })
});
});