From 5da46224469bb585717a78f0331e3417edab1679 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sat, 2 Jun 2018 02:28:50 +0200 Subject: [PATCH] x-ticks: turn off magic optimization --- web/static/seepark_web.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: { -- 2.47.3