yotamberk
3311b9b17e
feat: #1746 rolling mode ( #2439 )
* Add initial support for rolling mode
* Add rollingModeBtn and simplify example
* Make icon in css:
* Remove icon btn
* Add docs
* Fix zoom in rolling mode and initial start/end times
8 years ago
Simon Morris
a83ef017b1
Timeline editable can override items ( #2284 )
* Timeline:
* Add overrideItems sub-property to timeline.editable
* Change behavior to override item.editable when overrideItems=true
* Added new example for timeline/editing to higlight differeing editable behaviors.
* Update timeline doc to reflect addition of timeline.editable.overrideItems
* Timeline - fixed logic oversights found in editable override testing
* Timeline - enable changeGroup when item.editable = true and not overriden
* Timeline - Small format changes to documentation and example pages for overrideItems
8 years ago
yotamberk
51528bae5a
Tooltip on item update time ( #2247 )
* Add initial onChange item tooltip
* Add example and tooltipOnItemEdit template option
* Add docs and rename option
* Fix docs
* Fix example
* Change example's item types
* Fix point item tooltip
* Fix comments from PR and support bottom orientation properly
* Add semi-colon
8 years ago
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
8 years ago
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
8 years ago
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
8 years ago
Greg Kubisa
ff3948f85c
Use requestAnimationFrame to throttle redraws
8 years ago
Yotam Berkowitz
a549ed2d19
add rtl of groups in timeline
9 years ago
jos
77112d8334
Fixed configureOptions for new option `maxMinorChars`
9 years ago
jos
6453cd0d62
Fixed #1449 , #1393 : text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids.
9 years ago
Liuqing Chen
5009adca92
Rename timeline option 'allDraggable' to 'itemsAlwaysDraggable' and update documentation
9 years ago
jos
af51794a5b
Added accidentally removed `__any__` field from locales structure again
9 years ago
Liuqing Chen
5e1169eb88
add allDraggable option for timeline to support dragging unselected item
9 years ago
Martin Fischer
4b414646fa
renamed option from multiselectFiltersGroup to multiselectPerGroup,
added docs
9 years ago
Martin Fischer
46389aeae7
added option multiselectFiltersGroup
9 years ago
jos
d7124f9df3
Fixed #1249 : option `hiddenDates` not accepting a single hidden date
9 years ago
jos
05a6021395
Fixed an error in the configurator option `throttleRedraw`
9 years ago
jos
d9223685e2
Implemented redraw throttling for Timeline
9 years ago
Martin Fischer
5ea6411935
added event handlers for onAddGroup, onMoveGroup, onRemoveGroup
9 years ago
Martin Fischer
448411ee39
Dragging of Groups working now using a swap function
9 years ago
Martin Fischer
22822da008
group dragging works (on groups with same height) using a swap function
9 years ago
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
9 years ago
Martin Fischer
b68030a546
Group Dragging in Timeline
9 years ago
Martin Fischer
adb5bcebce
fixed missing validation of available zoomKey option values
9 years ago
Martin Fischer
11c820a2ab
added zoomKey to apply zooming only when a specific key is down
9 years ago
Martin Fischer
6cf519175c
added templating for groups
9 years ago
jos
ecb525c7a8
Improved locales validation again
9 years ago
jos
4178e4c943
Fixed #950 : option `locales` broken in `Timeline`, `Graph2d`, and `Network`
9 years ago
jos
3e9ccebf27
Fixed #897 : Timeline option `{snap: null}` did give a validation error
9 years ago
jos
146ba57d28
Documented `configure` for Timeline and Graph2d. Some minor fixes in the options.
9 years ago
jos
176742b33f
Implemented configurator for Graph2d. Fixed Configurator displaying nothing when `filter: true`.
9 years ago
jos
d96bbe5296
Some fixes in the validator
10 years ago
jos
f79449e812
Implemented option validator for Timeline
10 years ago
jos
f30a3a4556
Integrated an option configurator
10 years ago