X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/7f872eb77966dde557345c7d2de2037f63745194..657267672245ea38202f9b031a1325172cc2c886:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 4aa30f9..3494dbb 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -1,5 +1,8 @@ var chart = c3.generate({ bindto: '#chart', + title: { + text: 'Temperaturen' + }, data: { url: '/data', mimeType: 'json',