Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visjs-network#40: fix type of zoomSpeed #25

Merged
merged 1 commit into from
Jul 27, 2019
Merged

Conversation

mojoaxel
Copy link
Member

@mojoaxel mojoaxel commented Jul 26, 2019

This is an original contribution from @geminoavisjs-community/visjs-network#40

this is an addition to almende/vis#3657 that is already merge here.

part of #7

`zoomSpeed` is introduced for configurable manual zoom speed and the
type of value is `number` as described in [1].

However, it should be an array of `number` if it is used with
Configurator class, or an error is occured in _handleObject().
This update is to correct the type of zoomSpeed and fix #37.

[1] almende/vis#3657
@mojoaxel
Copy link
Member Author

This solved the following error:
image

@yotamberk yotamberk merged commit b969bfa into master Jul 27, 2019
@yotamberk yotamberk deleted the geminoa/37/zoomSpeed branch July 27, 2019 16:19
@mojoaxel mojoaxel added this to the v6 milestone Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants