67 Commits (07c79704f03f16dcd719cb5c14fcb18f51385ea9)

Author SHA1 Message Date
  jos 176742b33f Implemented configurator for Graph2d. Fixed Configurator displaying nothing when `filter: true`. 9 years ago
  jos d96bbe5296 Some fixes in the validator 9 years ago
  jos f79449e812 Implemented option validator for Timeline 9 years ago
  jos f30a3a4556 Integrated an option configurator 9 years ago
  jos 5b7f264054 Fixed consistently falling back to "bottom" orientation in case of invalid values 9 years ago
  jos 3d4213fa73 Added an example about orientation of axis and items, and fixed a bug in orientation of items 9 years ago
  jos 7e0961ae73 - Dropped support for Google DataTable. 9 years ago
  jos aee5c1e3fd Renamed option `animate` to `animation`, and changed it to be either a boolean or an object `{duration: number, easingFunction: string}` 9 years ago
  jos c28e4b90be Deprecated event `finishedRedraw` as it's redundant 9 years ago
  jos 2929fafa20 Deprecated option `showCustomTime`. Use method `addCustomTime()` instead. 9 years ago
  jos df4c200bc3 Fixed vertical scroll shadows becoming visible when dragging an item 9 years ago
  jos 7012eeb3e1 Removed option clear 9 years ago
  Alex de Mulder 99ed2be7f7 fixed align zero by rewriting that part. #728 9 years ago
  jos 0585fc4d34 Fixed delete button not being visible 9 years ago
  jos 08b6f7b75a Fixed vertical scroll not working in Timeline and Graph2d 9 years ago
  jos 28f8367f11 Fixed the touch and release events being fired twice each time. Fixed a bug with dragging in the InteractionHandler 9 years ago
  jos b3e3dccad7 Refactored the css of Timeline and Graph2d to have a `vis-` prefix everywhere. (Still a small issue in Graph2d) 9 years ago
  jos 88695a698e Removed typo in className 9 years ago
  jos b9bb040967 Fixed #691: Orientation can now be configured separately for axis and items. 9 years ago
  jos 36cb8193d1 Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`. 9 years ago
  jos 3e9b7ff06c Added a file CONTRIBUTING.md 9 years ago
  jos f29176bcac Fixed #665, fixed #149: Implemented orientation option `'both'`, displaying a time axis both on top and bottom. 9 years ago
  jos 165ab9ab49 Halfway updating Network to hammer2 9 years ago
  Oleg Yapparov 9c469d02ba Added option to supply ID for the new custom time bar 9 years ago
  Oleg Yapparov 01207417f3 Added id parameter to set/getCustomTime methods, docs update 9 years ago
  Oleg Yapparov 1c848f1f2d Multiple customTime vertical bars 9 years ago
  jos 89cacf51dc Fixed #541: `setWindow` not working when applying an interval larger than the configured `zoomMax`. 9 years ago
  jos d587c437a8 Fixed #550: `Timeline.redraw()` now also recalculates the size of items. 9 years ago
  jos 7114d5ccc9 Added es5 to es6 transpilation step to the build script, so now we can use ES6 :) 9 years ago
  Ben Brichetti d08e11af32 No longer throw Error when MAX_REDRAWS count has been exceeded. 9 years ago
  Alex de Mulder 65664e178b fixed catch for undefined in options when using stacking in graph2d 9 years ago
  Alex de Mulder d342e9482a Added a check so only one 'activator' overlay is created on clickToUse. 9 years ago
  jos a56f8eb2dc Hammer2 mostly working in the Timeline 9 years ago
  jos e19502ebc7 Moving Timeline working with hammer2 (stop event propagation still an issue) 9 years ago
  jos 3b08676a57 Halfway implementing hammerjs2 for Timeline 9 years ago
  Alex de Mulder e05e8b9988 fixed infinite loop when clearing dataset 9 years ago
  jos 62ce8a4771 Fixed #461: configuring either `start` or `end` 9 years ago
  jos 0efdfa3915 Added loop protetion for Timeline redrawing (see #450) 9 years ago
  Alex de Mulder 411b08abd6 - Added a finishedRedraw event. 10 years ago
  Alex de Mulder 6ded752e03 Optimised a serious slowdown on performance since hidden dates. Clarified binary search 10 years ago
  Alex de Mulder ca29945fed Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag. 10 years ago
  jos ba6e05486e redraw on data change is now done on next tick, so you have only one redraw for multiple (synchronous) changes 10 years ago
  Alex de Mulder eb09734ca4 fixed item dragging offset in the x direction 10 years ago
  Alex de Mulder 95f7586248 almost working hiddenDates, generic and specific. Only start times now 10 years ago
  Alex de Mulder af5af63558 working arrays to hide, fixed zoom, fixed pinch, made seperate volatile object for dynamic date support. 10 years ago
  Alex de Mulder db06332925 initial hiding of times, currently only one time is allowed 10 years ago
  jos f96a90230f Fixed #298: IE freezing when margin.item and margin.axis where both 0 10 years ago
  jos aaf1afe304 Fixed an error thrown when calling timeline.destroy() (see #294) 10 years ago
  jos c6ef9a2b4c Fixed a 1 pixel offset in the background panel used to draw the time axis. 10 years ago
  Dan Turkenkopf 386035180e Define allowed dataAttributes as Timeline option 10 years ago