ToastFreeware
/
chrisu
/
seepark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
711e3a5
)
Enable zoom.
author
Philipp Spitzer
<philipp@spitzer.priv.at>
Wed, 30 May 2018 22:04:53 +0000
(
00:04
+0200)
committer
Philipp Spitzer
<philipp@spitzer.priv.at>
Wed, 30 May 2018 22:04:53 +0000
(
00:04
+0200)
web/static/seepark_web.js
patch
|
blob
|
history
diff --git
a/web/static/seepark_web.js
b/web/static/seepark_web.js
index 9cb1b60c94b8e5c4d68639500594137d47bc4a9d..4aa30f90cc15b687829cadf8cb013b86f09d0ec2 100644
(file)
--- 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
}
});