From: gregor herrmann Date: Sat, 2 Jun 2018 00:47:20 +0000 (+0200) Subject: turn off transitions X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/9885ff5ef2efe011d5630ced436795b0f6fa4697 turn off transitions and change title --- diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 5f0facc..459795a 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -1,7 +1,10 @@ var chart = c3.generate({ bindto: '#chart', + transition: { + duration: null + }, title: { - text: 'Temperaturen' + text: 'Der See' }, data: { url: '/data',