From 191bd18fa28471e0ee763718499a357a3e0d1c08 Mon Sep 17 00:00:00 2001 From: bashmak Date: Thu, 25 May 2017 12:32:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D0=B3=D0=BB=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B3=D1=80=D0=B0=D1=84=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/templates/abonapp/charts.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + }) }); });