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
9 years ago
jos
a7f86ddfd8
Fixed #1697 : Timeline not drawn when used within the Angular.js directive (re-committed this fix)
9 years ago
jos
c3b9203350
Reverted support in Network for custom id fields, which was still broken
9 years ago
Yotam Berkowitz
4f49135313
remove extra console.logs
9 years ago
Yotam Berkowitz
eb445d6d84
fix stacking bug in rtl and css for rtl
9 years ago
jos
e87627f862
Fixed #1697 : Timeline not drawn when used within the Angular.js directive
9 years ago
Yotam Berkowitz
a549ed2d19
add rtl of groups in timeline
9 years ago
jos
311ea1eef5
Fixed #1455 : allow vertical panning of the web page on touch devices
9 years ago
jos
1d49599bc9
Fixed a regression: Timeline/Graph2d constructor throwing an exception when no options are provided via the constructor
9 years ago
Ludo Stellingwerff
8f4e9e9c8f
Several changes to get the performance on dragging back in check.
9 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.
9 years ago
Ludo Stellingwerff
f462072d46
Fixed #1592 : Emit a "changed" event after each redraw. Made "change" event private (by prefixing _).
9 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.
9 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.
10 years ago
jos
aee5c1e3fd
Renamed option `animate` to `animation`, and changed it to be either a boolean or an object `{duration: number, easingFunction: string}`
10 years ago
jos
c28e4b90be
Deprecated event `finishedRedraw` as it's redundant
10 years ago
jos
2929fafa20
Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.
10 years ago
jos
df4c200bc3
Fixed vertical scroll shadows becoming visible when dragging an item
10 years ago
jos
7012eeb3e1
Removed option clear
10 years ago
Alex de Mulder
99ed2be7f7
fixed align zero by rewriting that part. #728
10 years ago
jos
0585fc4d34
Fixed delete button not being visible
10 years ago
jos
08b6f7b75a
Fixed vertical scroll not working in Timeline and Graph2d
10 years ago