From 5e74f5faa53937f4501651c842f4b900acb4d1c5 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 31 May 2018 00:58:41 +0200 Subject: [PATCH] add title to chart --- web/static/seepark_web.js | 3 +++ 1 file changed, 3 insertions(+) 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', -- 2.47.3