From: gregor herrmann Date: Sat, 2 Jun 2018 00:28:50 +0000 (+0200) Subject: x-ticks: turn off magic optimization X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/5da46224469bb585717a78f0331e3417edab1679?hp=0fada4574744180c793908a27a2fa1e27b656675 x-ticks: turn off magic optimization --- diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index e30d414..8f09465 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -20,7 +20,8 @@ var chart = c3.generate({ x: { type: 'timeseries', tick: { - format: '%Y-%m-%d %H:%M:%S' + format: '%Y-%m-%d %H:%M:%S', + fit: false } }, y: {