1 Commits (041c2c08ad38bb469c2aa552b7111c991b7d97b3)

Author SHA1 Message Date
  jos 4b47dc54b9 Created a folder docs/old where we will move all old docs (will remove this folder when docs are done) 9 years ago
  jos ce29f5059f Implemented option `multiselect`, which is false by default 9 years ago
  jos 0c9703016c Reviewed/updated all timeline examples 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 7f8bedf580 Added convenience method `setData({groups: groups, items: items})` 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 7012eeb3e1 Removed option clear 9 years ago
  jos cf8c299d11 Removed the option `padding` for Timeline, is now redundant (can be done purely with css now) 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
  Alex de Mulder 81ea2b1f4a added google analytics 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 b5f57c2dd3 Fixed a bug in the configuration option `config` when zooming out a lot when using range items 9 years ago
  jos 6fdb09e82f Implemented configuration option `order: function` to define a custom ordering for the items (see #538, #324). 9 years ago
  jos 728b8afb5c Updated docs on supported data types for `start` and `end` (see #684). 9 years ago
  jos f6217d9d5e Implemented creating new range items by dragging in an empty space with the ctrl key down. 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
  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 63be7f847a Fixed #631: invalid css names for time axis grid. Renamed hours class names from `4-8h` to `h4-h8`. 9 years ago
  jos e47659398b Updated docs 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 6c6af85c55 Fixed #590: implemented options to set a fixed scale 9 years ago
  Alex de Mulder e9d6c9897a - Added byUser flag to options of the rangechange and rangechanged event. 9 years ago
  jos 09ac576970 Added docs and example on background grid styling and some minor tweaks 9 years ago
  Alex de Mulder 52cd648dea reverted showMinor/MajorLines options 9 years ago
  Alex de Mulder cac743a3d3 - added show major/minor lines options to dataAxis and timeline 9 years ago
  jos 90b8e3ef2f Fixed #503: Docs on the item property `subgroup` missing. 9 years ago
  jos c1a317efcf Fixed #247: Support for custom date formatting of the labels on the time axis 9 years ago
  mdxs e54a12bb6c Fixed typo in documentation of title for Groups 9 years ago
  Alex de Mulder 411b08abd6 - Added a finishedRedraw event. 10 years ago
  Alex de Mulder 8527e25c6d fixed subgroups and added sorting 10 years ago
  Alex de Mulder 704755a29e updated and improved API for hidden dates with the repeat argument 10 years ago
  Alex de Mulder 5eac1cf625 Docs and history for hiddenDates 10 years ago
  jos 807921b3cb Implemented field `style` for both items and groups, to set a custom style for individual items. 10 years ago
  Alex de Mulder 551da77113 updated docs and examples with new constructors. 10 years ago
  Dan Turkenkopf 858b230760 Updated dataAttributes documentation for 'all' option 10 years ago
  jos 8fbb851c46 Changed `onMoving` to be a callback by default (simpler code, little performance hit) See also #294 10 years ago
  jos 8ba08c5a8b Fixed #248: Implemented support for templates 10 years ago
  jos 5391f7c29d Fixed #162: Implemented a new item type `background` 10 years ago
  jos b0da7fe8cb Docs updated. A litte refactoring 10 years ago
  Dan Turkenkopf 4db0a9b4dd Update timeline options to include dataAttributes 10 years ago
  jos 940e903342 Fixed #243, Fixed #270: Implemented support for option `align` for range items. 10 years ago
  jos 7672da4a78 Implemented a new callback function `onMoving(item, callback)` 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