Skip to content

Commit

Permalink
Merge pull request #40 from geminoa/geminoa/37/zoomSpeed
Browse files Browse the repository at this point in the history
Correct type of zoomSpeed in 'lib/network/opitons.js'
  • Loading branch information
micahstubbs committed Sep 22, 2018
2 parents 2c094aa + e969f3b commit 0c09523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ let configureOptions = {
hoverConnectedEdges: true,
tooltipDelay: [300, 0, 1000, 25],
zoomView: true,
zoomSpeed: 1
zoomSpeed: [1, 1, 1, 1]
},
manipulation: {
enabled: false,
Expand Down

0 comments on commit 0c09523

Please sign in to comment.