35 Commits (f29176bcacded741070b27966b95152b3f751c33)

Author SHA1 Message Date
  jos f29176bcac Fixed #665, fixed #149: Implemented orientation option `'both'`, displaying a time axis both on top and bottom. 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
  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
  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
  jos dc1e13105a Fixed #148: option `autoResize` not working on IE in case of changing visibility of the Timeline container element 10 years ago
  jos 12f11ed8d5 Oops. Move the shared function `fit` back to Core 10 years ago
  jos 95127c0683 Added example 22_window_adjustment.html 10 years ago
  jos d2591a8dc3 Implemented function `moveTo(time, options)` 10 years ago
  jos 1d21066ee2 Fixed #171: Implemented functions `setCurrentTime(date)` and `getCurrentTime()` 10 years ago
  jos 1d70335b1a Implemented animated range change for functions `fit`, `focus`, `setSelection`, and `setWindow`. 10 years ago
  jos ab869c1bcd Renamed option `activatable` to `clickToUse` 10 years ago
  jos 55e2004732 Implemented `activatable` support for Network 10 years ago
  jos 0808f0a891 Implemented option `activatable` for Timeline and Graph2d 10 years ago
  jos 74faa13b16 Renamed core.js to Core.js 10 years ago
  Alex de Mulder b8d5d4629b added fit() and getItemRange() 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 7df77e69c9 Fixed #219: implemented function `getVisibleItems` 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 4873c8aba4 Fixed `DataView` not working in Timeline (see #195) 10 years ago
  jos 4f6f8ce2b6 Fixed scrollTop offset issue 10 years ago
  Alex de Mulder cd4d06789c bugfixes (sampling, timeline) 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
  jos 3bb867890f Throws an error when constructing without new keyword. 10 years ago
  jos c3f8b1f168 Timeline.destroy works 10 years ago
  jos ebb8626513 Halfway implementing Timeline.destroy 10 years ago
  jos 106983fad4 Timeline now accepts a DataSet with items having any type of start and end. 10 years ago