|
|
@ -150,6 +150,7 @@ let allOptions = { |
|
|
|
}, |
|
|
|
width: {string, number}, |
|
|
|
zoomable: {boolean}, |
|
|
|
zoomKey: {string: ['ctrlKey', 'altKey', 'metaKey', '']}, |
|
|
|
zoomMax: {number}, |
|
|
|
zoomMin: {number}, |
|
|
|
__type__: {object} |
|
|
@ -251,6 +252,7 @@ let configureOptions = { |
|
|
|
start: '', |
|
|
|
width: '100%', |
|
|
|
zoomable: true, |
|
|
|
zoomKey: ['ctrlKey', 'altKey', 'metaKey', ''], |
|
|
|
zoomMax: [315360000000000, 10, 315360000000000, 1], |
|
|
|
zoomMin: [10, 10, 315360000000000, 1] |
|
|
|
} |
|
|
|