From: gregor herrmann Date: Wed, 30 May 2018 22:58:41 +0000 (+0200) Subject: add title to chart X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/5e74f5faa53937f4501651c842f4b900acb4d1c5 add title to chart --- diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 4aa30f9..504520f 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: 'Seepark' + }, data: { url: '/data', mimeType: 'json',