mpilone / timeline-vaadin

A Vaadin component for the vis.js Timeline visualization component.
Apache License 2.0
7 stars 6 forks source link

zoomMax needs to be of type Long #4

Open krizda opened 6 years ago

krizda commented 6 years ago

zoomMax needs to be of type Long. Maximal int value is 2,147,483,647, but http://visjs.org/docs/timeline/ says that max value can be 315360000000000. This is a major issue for my project!