X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/2fbd0ff619ebff1e154dd4102594daec4ae05330..e4c8650daecb46af4933a59a3e7f5f9f8d617ac2:/web/static/seepark_web.js?ds=sidebyside diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 5f0facc..149d659 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', @@ -52,6 +55,11 @@ var chart = c3.generate({ return value + '°'; } } + }, + grid: { + y: { + show: true + } } });