yotamberk
6e59ac909d
Drop control - fix #2834 ( #2974 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Add drop event info
7 years ago
yotamberk
3d1e8a3296
Add callback functions to moveTo, zoomIn, zoomOut and setWindow ( #2870 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Add callback functions to moveTo, zoomIn, zoomOut and setWindow
7 years ago
guvial
4f97bc871c
Prevent redirect to blank after drag and drop (FF) ( #2871 )
Fix proposal for issue #2842
More details here : #2842
7 years ago
yotamberk
f8be0a5a21
Add animation options for zoomIn/zoomOut funtions ( #2830 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Add animation options for zoomIn and zoomOut
7 years ago
yotamberk
8ab1d183cb
feat: #2300 Added nested groups ( #2416 )
* Fix groupEditable
* Fix group drag in vertical direction bug
* Fix indentation
* Add initial nestedGroups property
* Fix redraw order
* Get nested groups hiding working
* Add order to nestedGroups
* Fix up example
* Add support for intially closed nested groups
* Add nested groups indentation
* Fix indents
* Add nested groups docs
* Fix example
* Revert indents
* Add classes to nested and nesting group labels and add nesting group css
* Use pure css for nested group icons
* Remove commented off lines and unnecessary btn
* Fix indents
* Add support to showNested:false in group
* Add semicolon
* Remove empty lines
7 years ago
Uli Fahrer
c584a754ac
Fix graph2D render issue ( #2470 )
8 years ago
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
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
5900ea0319
fix: _origRedraw sometimes undefined ( #2399 )
8 years ago
Yotam Berkowitz
dcb2d58616
Fix redraw order
8 years ago
yotamberk
a32a7f77f3
Fixes #2307 timeline async initial redraw bug ( #2386 )
8 years ago
yotamberk
5f7a721bf9
Fixed #2312 vertical scroll bug with groups and fixed height ( #2363 )
* Fix left/right group alignment
* Add _setDOM and remove scrollbar when there is no scrolling
* Readd calculation of scrollbar width on resize
8 years ago
Garrett Loy
44df7e5a64
Fixes #2333 Scrollbar width on browser zoom ( #2344 )
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
feab6c5a0d
Fixes #2261 Bugs with mousewheel events ( #2262 )
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
yotamberk
4dedc62296
Add zoomIn and zoomOut to timeline core ( #2239 )
* Add zoomIn and zoomOut to timeline core functionality
* Fix example
* Fix jsdocs params
* inforce zoom percentage to be between 0 and 1
8 years ago
Yotam Berkowitz
510adfc282
Add support to rtl with dir
8 years ago
Yotam Berkowitz
4b6a0d7f74
Fix to Core.js to updated Core.js
8 years ago
Yotam Berkowitz
4f105a3127
Fix templates
8 years ago
yotamberk
33795a90a1
Fix scroll bugs with vertical scrollbar ( #2228 )
* 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
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
* Fix breaking of timeline
* Fix scrolling bugs
* Remove silly mistake
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
ea4d56c68b
vertical scroll when zoomKey isn't triggered ( #2197 )
* Hide vertically hidden ranged items in groups that are not visible
* Add vertical scroll when zoom is inactive
* Fix review comments
8 years ago
Yotam Berkowitz
31096e04f6
Add vertical scroll when zoom is inactive
8 years ago
Greg Kubisa
ff3948f85c
Use requestAnimationFrame to throttle redraws
8 years ago
jos
8cde43e4fb
Fixed #1786 : Timeline having zero height on Internet Explorer, regression introduced after fixing #1697
8 years ago
jos
a7f86ddfd8
Fixed #1697 : Timeline not drawn when used within the Angular.js directive (re-committed this fix)
8 years ago
jos
c3b9203350
Reverted support in Network for custom id fields, which was still broken
8 years ago
Yotam Berkowitz
4f49135313
remove extra console.logs
8 years ago
Yotam Berkowitz
eb445d6d84
fix stacking bug in rtl and css for rtl
8 years ago
jos
e87627f862
Fixed #1697 : Timeline not drawn when used within the Angular.js directive
8 years ago
Yotam Berkowitz
a549ed2d19
add rtl of groups in timeline
8 years ago
jos
311ea1eef5
Fixed #1455 : allow vertical panning of the web page on touch devices
8 years ago
jos
1d49599bc9
Fixed a regression: Timeline/Graph2d constructor throwing an exception when no options are provided via the constructor
8 years ago
Ludo Stellingwerff
8f4e9e9c8f
Several changes to get the performance on dragging back in check.
8 years ago
Ludo Stellingwerff
ec893065a6
Fixed #1580 : Invisible timeline/graph should not be drawn, as most inputs are invalid
Moved initial autoscale/fit method to an handler of the "changed" event.
8 years ago
Ludo Stellingwerff
f462072d46
Fixed #1592 : Emit a "changed" event after each redraw. Made "change" event private (by prefixing _).
8 years ago
Ludo Stellingwerff
bbf04d3489
Fixed #1403 : Graph2d change yAxisOrientation,
Cleanup of linegraph's event handling
Fixed #1557 : Make sure we don't default to scientific notation.
Couple of minor fixes in group counts and ranges.
8 years ago
Arno Barzan
3f03ceb9dc
Added possibility to change (or hide) the title of a CustomTime element.
9 years ago
jos
644f8eee1a
Fixed #1214 : items wrongly marked as dirty with every `rangechange` event
9 years ago
jos
d9223685e2
Implemented redraw throttling for Timeline
9 years ago
Christian Seifert
91633220f8
fix "TypeError: Cannot read property '_bound' of undefined" in angular2 environment
9 years ago
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
9 years ago
jos
89660a3d31
Added missing method getEventProperties in Core
9 years ago
Alex de Mulder
1a3f63f187
fixed vertical dragging issue from hammer (which was found in network) in the timeline
9 years ago
Manuel Schallar
d51be3bbf5
Delegate the onRender function to the correct property
9 years ago
jos
7c22bd3c3b
Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964 )
9 years ago
jos
79e35e3bc0
Throw an error from abstract method `Core.prototype.getDataRange` (see #966 )
9 years ago
jos
dd575adf25
Removed redundant code from `Core.prototype.getDataRange` (see #966 )
9 years ago