From 7f872eb77966dde557345c7d2de2037f63745194 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Thu, 31 May 2018 00:04:53 +0200 Subject: [PATCH] Enable zoom. --- 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 9cb1b60..4aa30f9 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -25,6 +25,9 @@ var chart = c3.generate({ position: 'outer-middle' } } + }, + zoom: { + enabled: true } }); -- 2.47.3