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 |
jos
|
b2d406e446
|
Fixed #230: Implemented function `focus(id)` to center a specific item (or multiple items) on screen
|
10 years ago |
jos
|
13472449d0
|
Restored the `Timeline Options` section in the Graph2d docs
|
10 years ago |
jos
|
ab869c1bcd
|
Renamed option `activatable` to `clickToUse`
|
10 years ago |
jos
|
0808f0a891
|
Implemented option `activatable` for Timeline and Graph2d
|
10 years ago |
jos
|
57374b33aa
|
Implemented localization for Network
|
10 years ago |
jos
|
26ca73dff5
|
Implemented localization in Timeline and Graph2d
|
10 years ago |
jos
|
176767b1db
|
Fixed #254: unclear description of Timeline.setSelection.
|
10 years ago |
jos
|
7df77e69c9
|
Fixed #219: implemented function `getVisibleItems`
|
10 years ago |
jos
|
dc214e9181
|
Fixed #216: Added options `margin.item.horizontal` and `margin.item.vertical`, which allows to specify different margins horizontally/vertically.
|
10 years ago |
jos
|
5374721fd6
|
Added support for title for both items and groups
|
10 years ago |
jos
|
530b770155
|
Described the used technologies for each of the visualizations
|
10 years ago |
jos
|
124d0f9bf5
|
Fixed tests and a typo
|
10 years ago |
jos
|
a5dd92d349
|
Refactored more code from `graph` to `network`
|
10 years ago |
Alex de Mulder
|
8a86e53f32
|
fully finalized with docs and examples
|
10 years ago |
jos
|
d78a823d4e
|
Removed the 'rangeoverflow' item type
|
10 years ago |
jos
|
c3f8b1f168
|
Timeline.destroy works
|
10 years ago |
jos
|
d83b929c95
|
Reworked all examples to use vis.DataSet
|
10 years ago |
jos
|
106983fad4
|
Timeline now accepts a DataSet with items having any type of start and end.
|
10 years ago |
jos
|
8ef8a1e0b2
|
Implemented options `zoomable` and `moveable`
|
10 years ago |
jos
|
f672f7b583
|
Reworked options and setOptions
|
10 years ago |
jos
|
157c8a9f34
|
Renamed Timeline.repaint() to Timeline.redraw() for consistency with the other visualizations
|
10 years ago |
jos
|
fc6d7ab82f
|
Fixed #107: allow repeating select event
|
10 years ago |
jos
|
94741fbd51
|
Implemented a method `clear([what])`, to clear items, groups, and configuration of a Timeline instance.
|
10 years ago |
jos
|
cf48b7d7ca
|
Fixed #86: A newly created item is now initialized with `end` property when option `type`
is `"range"` or `"rangeoverflow"`.
|
10 years ago |
jos
|
c0614edb84
|
Added function `repaint()` to force a repaint of the Timeline.
|
10 years ago |
jos
|
8ffacecd38
|
Implemented option `minHeight`, similar to option `maxHeight`. (See #132)
|
10 years ago |
jos
|
eed261b695
|
Implemented function `fit`
|
10 years ago |
jos
|
c06d00a3ef
|
Some css improvements
|
10 years ago |
jos
|
284013c3e3
|
Implemented option `stack` to enable/disable stacking of items.
|
10 years ago |
jos
|
e79c0772ad
|
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
|
10 years ago |
jos
|
5927100054
|
Option order made deprecated
|
10 years ago |
jos
|
136fc7ac43
|
Fixed #85: typo in docs mentioning item type 'dot' instead of 'range', and missing type 'rangeoverflow'
|
10 years ago |
josdejong
|
8717aac332
|
Refactored item selection
|
10 years ago |
josdejong
|
785096c51a
|
Fixed a bug with margin.item=0 and margin.axis=0. Clarified some options in the documentation
|
10 years ago |
josdejong
|
62ae58e88f
|
Updated documentation on className
|
10 years ago |
josdejong
|
b4a77aaf87
|
Renamed example 8 to 08_edit_items.html
|
10 years ago |
josdejong
|
a59b7f8d25
|
Implemented functions `setWindow` and `getWindow`
|
10 years ago |
josdejong
|
fd951bef92
|
Implemented ctrl+click and shift+click to select multiple items
|
10 years ago |
josdejong
|
d8444f3b0c
|
Documented callback functions onAdd, onUpdate, onMove, onRemove
|
10 years ago |
josdejong
|
6cd1e21714
|
Replaced Item.getWidth with a normal property, and ItemRangeOverflow makes a special property with getter/setter
|
10 years ago |
josdejong
|
e45c7505cc
|
Implemented options `selectable` and `editable`
|
10 years ago |
josdejong
|
ef3a52a274
|
Documented current time bar events
|
10 years ago |