Skip to content

Commit

Permalink
skip: add zoom.enabled.type available values info
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
netil committed Aug 2, 2018
1 parent 0626c26 commit 19f5baf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ export default class Options {
* @type {Object}
* @property {Boolean} [zoom.enabled=false] Enable zooming.
* @property {String} [zoom.enabled.type='wheel'] Set zoom interaction type.
* - **Available types:**
* - wheel
* - drag
* @property {Boolean} [zoom.rescale=false] Enable to rescale after zooming.<br>
* If true set, y domain will be updated according to the zoomed region.
* @property {Array} [zoom.extent=[1, 10]] Change zoom extent.
Expand Down

0 comments on commit 19f5baf

Please sign in to comment.