diff --git a/abonapp/templates/abonapp/charts.html b/abonapp/templates/abonapp/charts.html index aa9c913..a740699 100644 --- a/abonapp/templates/abonapp/charts.html +++ b/abonapp/templates/abonapp/charts.html @@ -34,11 +34,6 @@ labelInterpolationFnc: function (value) { return moment(value).format('HH:mm:ss'); } - }, - axisY: { - labelInterpolationFnc: function (value) { - return value + ' MBit/s'; - } } }); });