Yotam Berkowitz
ca8598399e
Loading screen template ( #3537 )
* initial trial
* Add onInitialDrawComplete
* Add docs
* Add to eventListeners examples
* Keeping things DRY
* Remove callback insertion
* Remove call
* Add initial loading screen
* Fix real initial draw call
* Remove activateOnInitialDraw method
* Add loading screen option
* Add docs
* Remove onInitialDrawComplete double doc
* Simplify example
* Simplify stressPerformance example
* Remove extra line
7 years ago
Yotam Berkowitz
3bc3d164df
Drag object in to item ( #3506 )
* Make items redraws return queues
* Parallel initial items redraw
* Seperate read and write actions in items
* Parallel all items redraws
* Remove comments
* Fix linting comments
* Fix redraws on actions
* Seperate group read and write
* Add objects that can be dropped to items
* Move example
* Fix group get/set group properties
* Add documentation
* Remove console.log
* return Group.js changes
* Fix review comments
* Fix example
* Update drag&drop.html
7 years ago
Yotam Berkowitz
fe49e7e1d1
Improve Item redraw and initial draw performance ( #3475 )
* Make items redraws return queues
* Parallel initial items redraw
* Seperate read and write actions in items
* Parallel all items redraws
* Remove comments
* Fix linting comments
* Fix redraws on actions
* Add stress example
* Fix example files
* Explain and fix example
* Fix comment issues
7 years ago
yotamberk
6586c53dd1
Remove all `Object.assign` from examples (for browsers that don;t support es5+) ( #2829 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Remove assign from examples
* Use jQuery
7 years ago
cmolinaAlicante
c2cbff2282
feat(timeline): Change setCustomTimeTitle title parameter to be a string or a function ( #2611 )
* change setCustomTimeTitle title parameter, Now could be an string or a function
* Fixed indent and spacing
7 years ago
Alexander Wunschik
f38452130a
chore: removed google-analytics from all examples ( #2670 )
7 years ago
yotamberk
55a8b70792
Fix(examples): #2585 Fixed React example ( #2587 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
7 years ago
Yotam Berkowitz
ada1c90352
Fix react example
7 years ago
yotamberk
cdba4c1491
Fix: Fixes error in React example when adding a ranged item ( #2521 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Fix react example
7 years ago
yotamberk
607950bf99
fix : #2327 Add support to fixed times drag and drop ( #2372 )
* Add support to fixed times drag and drop
* Fix IE support for drag and drop
* Add support to IE pointer location and data setting/getting
8 years ago
yotamberk
0545f382ec
Fixes #2295 Issues with vertical scroll and maxHeight ( #2302 )
* Fixes #2273
* Remove console.log
* Fix for zoomable false
* Fix initial scrolling with verticalScroll and fix example
8 years ago
yotamberk
dd324da2a2
Drag and drop support for the timeline ( #2238 )
* Add initial experiment
* Register drag and drop events
* Add initial drag and drop support
* Add drag and drop support for all types of objects
* Fix example
* Clean up code and add comments
* Fix example
* remove font awesome
* Fix example style
* Add meta tag to example and add selected when dropped
8 years ago
Uli Fahrer
ed4bf21e76
Add german locale to timeline ( #2234 )
8 years ago
Yotam Berkowitz
9d33372f0b
Support parent dir and add docs + examples
8 years ago
yotamberk
d9598432d3
Fix React support for group and item templates and add example ( #2206 )
* Hide vertically hidden ranged items in groups that are not visible
* Add element to templates options
* Fix comment typo
* Add documentation for react mounting
* add react example
* Fix typo
* fix title
* Fix review comments
8 years ago
Yotam Berkowitz
342091d180
Fix review comments
8 years ago
yotamberk
42c054ff54
fix title
8 years ago
yotamberk
17c48c7967
Fix typo
8 years ago
Yotam Berkowitz
06c264e5b6
add react example
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
Uli Fahrer
bb627c66e6
Add Italian support for timeline
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
Alexander Wunschik
bb549ea880
generate individual css files for network and timeline ( #1970 )
* generate individual css files; fixes #1969
* simplified css bundleing
* add new generated dist-css files
* use chart specific css files in the examples
8 years ago
Yotam Berkowitz
60d81a81e4
add events support for rtl
8 years ago
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
9 years ago
Dminti Snegirev
ce7daf2a35
Udpated groupsPerformance.html
Changed count items in link to proper item count.
9 years ago
jos
ebfb7f50ba
Removed accidentally committed tooltips example
9 years ago
jos
cb4c33a894
Removed promt and confirm in example with fancy looking (non-blocking) prompt/confirm
9 years ago
jos
d77275e3d1
Fixed #869 : add className with id to custom time bars
9 years ago
jos
c5badc241f
Reorganized the Timeline examples
9 years ago