yotamberk
b889a5057d
Add a vertical scroll option for timeline [solves #273 , #1060 , #466 ] ( #2196 )
* Add initial scroller without options
* Add initial scroll without an option
* Add verticalScroll option
* Fix scrollbar positions
* Add docs
* fix example
* remove jquery dependency
* Fix example
* Fix review comments
pirms 9 gadiem
yotamberk
178e9dc915
Horizontal scroll ( #2201 )
* Hide vertically hidden ranged items in groups that are not visible
* Add vertical scroll when zoom is inactive
* Fix review comments
* Add horizontalScroll option
pirms 9 gadiem
Uli Fahrer
bb627c66e6
Add Italian support for timeline
pirms 9 gadiem
yotamberk
439aa79a68
Expose the item/group element in option.template and option.groupTemplate ( #2153 )
* Hide vertically hidden ranged items in groups that are not visible
* Add element to templates options
* Fix comment typo
* Add documentation for react mounting
pirms 9 gadiem
yotamberk
12e2fa437d
Custom function label - fixes #1098 ( #2145 )
* Hide vertically hidden ranged items in groups that are not visible
* Add custom function format for time labels
* fix misspell
* remove spaces
* remove backspace
* add backspaces
* Add docs and examples
* Fix docs
pirms 9 gadiem
yotamberk
48b492ddd0
Rtl documentation ( #2141 )
* Hide vertically hidden ranged items in groups that are not visible
* Add rtl to timeline options docs
* Fix misspelling
* Update RangeItem.js
pirms 9 gadiem
Greg Kubisa
ff3948f85c
Use requestAnimationFrame to throttle redraws
pirms 9 gadiem
Iskander508
d37bcea02f
Added Timeline itemover, itemout events ( #2099 )
pirms 9 gadiem
Cassey Lottman
fe02557a47
Fix grammar/syntax in loading instructions ( #2093 )
pirms 9 gadiem
Dean Attali
412a503f42
fix documentation: properties.nodes doesn't exist, it's properties.items
pirms 9 gadiem
jos
448734ceb9
Fixed #1683 : implemented `currentTimeTick` event
pirms 9 gadiem
jos
014645d154
Fixed #1630 : fixed docs of `getItemRange` and `getDataRange` in docs
pirms 10 gadiem
Ludo Stellingwerff
f462072d46
Fixed #1592 : Emit a "changed" event after each redraw. Made "change" event private (by prefixing _).
pirms 10 gadiem
jos
2f1ff1b9d2
Fixed #1470 : broken url in docs
pirms 10 gadiem
jos
6453cd0d62
Fixed #1449 , #1393 : text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids.
pirms 10 gadiem
Liuqing Chen
5009adca92
Rename timeline option 'allDraggable' to 'itemsAlwaysDraggable' and update documentation
pirms 10 gadiem
Luís Bianchin
0a0e2e2d49
Fix the example link in timeline docs
pirms 10 gadiem
Martin Fischer
4b414646fa
renamed option from multiselectFiltersGroup to multiselectPerGroup,
added docs
pirms 10 gadiem
Arno Barzan
3f03ceb9dc
Added possibility to change (or hide) the title of a CustomTime element.
pirms 10 gadiem
jos
5532a88a0d
Fixed wrongly positioned row in docs
pirms 10 gadiem
jos
10e1ca3114
More explanation for `groupOrder`, see #1241
pirms 10 gadiem
jos
d9223685e2
Implemented redraw throttling for Timeline
pirms 10 gadiem
Martin Fischer
6804cb5595
changed docs for groupDragging
pirms 10 gadiem
Martin Fischer
584f266414
removed updating the groups in groupOrderSwap, started docs
pirms 10 gadiem
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
pirms 10 gadiem
jos
fd6b70c1cb
Mentioned 2 way data binding of DataSet in the Data Format sections in the docs (see #1099 )
pirms 10 gadiem
Alex de Mulder
a85d04683b
added live update for search
pirms 10 gadiem
Felix Hayashi
be603b01dd
yay! new search for visjs.org
see #909
pirms 10 gadiem
Martin Fischer
11c820a2ab
added zoomKey to apply zooming only when a specific key is down
pirms 10 gadiem
Felix Hayashi
fe9086b38e
added breadcrumbs to all pages
pirms 10 gadiem
Martin Fischer
6cf519175c
added templating for groups
pirms 10 gadiem
jos
b750d2e4dc
Added css class `vis-editable`, created an example demonstrating individually editable items (see #980 )
pirms 10 gadiem
bertolds
f43e935bef
Issues #275 , #363 - individual Timeline items editable or readonly
Timeline will check for the property 'editable' on individual items.
if editable === true
ignore timeline option 'editable'
allow item to be edited
else if editable === false
ignore timeline option 'editable'
do not allow item to be edited
else
use timeline option 'editable'
If two items are selected and one is not editable, only the editable
item is draggable.
This change required the css class .vis-editable be moved from the
item set to the individual item containers to maintain proper styling.
pirms 10 gadiem
jos
7a417337c9
Fixed #923 : Added a property `event` to the properties emitted with the `select` event
pirms 10 gadiem
jos
a58f4e2cb7
Added axis orientation option `'none'`
pirms 10 gadiem
jos
3970ccce5d
Added a usage example for `getEventPropeties(event)` (see #901 )
pirms 10 gadiem
jos
d77275e3d1
Fixed #869 : add className with id to custom time bars
pirms 10 gadiem
jos
d6216bb6e5
Removed menu item Documentation
pirms 10 gadiem
jos
c131c084cc
Refactored table columns "mid"
pirms 10 gadiem
jos
146ba57d28
Documented `configure` for Timeline and Graph2d. Some minor fixes in the options.
pirms 10 gadiem
jos
350f05090f
Doc styling tweaks
pirms 10 gadiem
jos
c5d46c16b1
Prefixed css classes of the TimeAxis grid ( Fixed #836 )
pirms 10 gadiem
jos
f30a3a4556
Integrated an option configurator
pirms 10 gadiem
jos
d4c20eddee
Replaced `|` with `or`
pirms 10 gadiem
jos
ce29f5059f
Implemented option `multiselect`, which is false by default
pirms 10 gadiem
jos
dfb25f9ef3
Collapsable sub-options
pirms 10 gadiem
jos
f07d21f553
Halfway refactoring the Timeline docs
pirms 10 gadiem