diff --git a/borgweb/borg/static/js/index.js b/borgweb/borg/static/js/index.js index 4be89eb..6b56b98 100644 --- a/borgweb/borg/static/js/index.js +++ b/borgweb/borg/static/js/index.js @@ -52,9 +52,7 @@ function set_daily_graph(repoDict) { }, ticks: { callback: function (value, index, values) { - if (value !== 0) { - return `${value} ${y_units}` - } + return `${value} ${y_units}` } } }