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
Manuel Schallar
d894d0efe5
changing the properties from getDataRange
+ according to the documentation
+ changed from 'start' and 'end' to 'min' and 'max'
9 years ago
Manuel Schallar
d1e01bccf0
returning meaningful values in getDataRange
+ instead of returning 'null', returning the
calculated values
9 years ago
Manuel Schallar
38cdcf23bb
accessing the correct properties in dataRange
+ replaced property name 'start' to 'min'
+ replaced property name 'end' to 'max'
9 years ago
jos
eef693113e
Fixed #942 : bug when data is empty
9 years ago
jos
1648604401
Halfway implementing improved Timeline.fit()
9 years ago
jos
bbfe7d3535
Halfway improving Timeline.fit()
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
9 years ago
jos
f79449e812
Implemented option validator for Timeline
9 years ago
jos
f30a3a4556
Integrated an option configurator
9 years ago
jos
5b7f264054
Fixed consistently falling back to "bottom" orientation in case of invalid values
9 years ago
jos
3d4213fa73
Added an example about orientation of axis and items, and fixed a bug in orientation of items
9 years ago
jos
7e0961ae73
- Dropped support for Google DataTable.
- Dropped support for appending data returned by `DataSet.get()` to an existing Array or DataTable.
- Fixed a `window` issue in uuid.js.
9 years ago
jos
aee5c1e3fd
Renamed option `animate` to `animation`, and changed it to be either a boolean or an object `{duration: number, easingFunction: string}`
9 years ago