30 Commits (4ef684af2ed33a0bfdcef9edbb2261f5964cdf93)

Author SHA1 Message Date
  jos 7c22bd3c3b Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964) 9 years ago
  jos 1648604401 Halfway implementing improved Timeline.fit() 9 years ago
  jos 176742b33f Implemented configurator for Graph2d. Fixed Configurator displaying nothing when `filter: true`. 9 years ago
  jos f26c4ea0aa Fixed #841: messing up clientY and pageY in event handling 9 years ago
  Alex de Mulder b9ff0eb827 added validator to graph2d, maybe also put it in groups? 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 97de69af1c Fixed broken method `getEventProperties` 9 years ago
  jos 2929fafa20 Deprecated option `showCustomTime`. Use method `addCustomTime()` instead. 9 years ago
  jos 0fcae5c2c9 Graph2d: Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`. 9 years ago
  jos 1aea9fed30 Implemented option `snap` 9 years ago
  jos d587c437a8 Fixed #550: `Timeline.redraw()` now also recalculates the size of items. 9 years ago
  jos 01ef3b45cc Released version 3.6.0 10 years ago
  jos f7f032df0c Replaced all `arr instanceof Array` with `Array.isArray(arr)` 10 years ago
  jos 1156e2f92e Fixed a reference to DataSet 10 years ago
  Alex de Mulder d9e27b5d20 tweaked graph2d based on timeline. Introduced ignoreStacking for items, used in background item type. 10 years ago
  Alex de Mulder 4221671f55 updated constructors for timeline and graph2d (container, items, groups, options) with backwards compatibility 10 years ago
  Alex de Mulder 1a9b680cd6 bugfix 10 years ago
  Alex de Mulder 0d8aa7ccc0 Added the groups.visibility option and example 10 years ago
  jos 0808f0a891 Implemented option `activatable` for Timeline and Graph2d 10 years ago
  jos a2c9433601 Timeline and Graph2d now extend Core instead of loading it mixin wise 10 years ago
  Alex de Mulder d11653503d made getItemRange respect visible graphgroups 10 years ago
  Alex de Mulder b8d5d4629b added fit() and getItemRange() 10 years ago
  Alex de Mulder b123ab295e added docs, removed logs, added extra comments. 10 years ago
  Alex de Mulder d384d0d281 added external legend example, visible option for groups, getLegend() function 10 years ago
  Alex de Mulder de365cd6e5 made graph2d and timeline use the same core 10 years ago
  jos c8e8691d68 Added vis-light bundle 10 years ago
  jos 72dfc0c45f Reworked all code to commonjs modules. Replaced the build script with Gulp 10 years ago
  jos f0a5b12593 Moved source code from `/src/` to `/lib/` 10 years ago
  jos 4f6f8ce2b6 Fixed scrollTop offset issue 10 years ago
  jos 5d9a7d02b4 Refactored more code from `graph` to `network` 10 years ago
  jos 942de0df42 Refactored more code from `graph` to `network` 10 years ago
  Alex de Mulder 40fd3d64db fixed mean bug by introducing to global time and screen, removed a lot of the dataset function usage due to them being VERY slow (15x speed difference!!) 10 years ago
  Alex de Mulder 146793270d optimized, 8 amazing examples, just docs left.... 10 years ago
  Alex de Mulder db46e27732 Creating examples, lots of bugfixes! 10 years ago
  Alex de Mulder c59dd11359 fixed dataset problem 10 years ago
  Alex de Mulder 007a4a90b1 everything but legend and barchart working. two axis! woohoo! 10 years ago
  Alex de Mulder c8cc074db1 legend WIP 10 years ago
  Alex de Mulder 6dd02d5a4d not working yet 10 years ago
  jos 0420c72b60 Implemented support for vertical dragging (needs some refinement) 10 years ago
  jos 1a9325da61 Added missing option orientation needed by Timeline itself 10 years ago
  jos 8ef8a1e0b2 Implemented options `zoomable` and `moveable` 10 years ago
  jos 693d801922 Moved change listener to _create 10 years ago
  jos e232f81dc0 Renamed body.props to body.domProps 10 years ago
  jos 5033272a6d Moved default start and end to Range 10 years ago
  jos f672f7b583 Reworked options and setOptions 10 years ago
  jos 4ac1d3abcc Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util` 10 years ago
  jos 43912f5d9b Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now 10 years ago
  jos 53e6e50320 Fixed alignment of the content panels to axis 10 years ago