yotamberk
|
a60407877d
|
check parent DOM elements for direction attribute (#2237)
* Fix PR comment
* Remove extra line
|
8 years ago |
Yotam Berkowitz
|
9d33372f0b
|
Support parent dir and add docs + examples
|
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 |
Yotam Berkowitz
|
2f2f5c4cc8
|
Commit before pull
|
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
|
1e55ee8640
|
Bugfix in timeline (#2219)
* 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
|
8 years ago |
yotamberk
|
ecf1c6a7d3
|
small improvements (#2217)
* 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
|
8 years ago |
yotamberk
|
ac1d6a6a96
|
Fix small timeline bug when defining timeline with no options and fix docs explanations (#2216)
* 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
|
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 |
Greg Kubisa
|
ff3948f85c
|
Use requestAnimationFrame to throttle redraws
|
8 years ago |
thomasbarone
|
67823f1a7f
|
Fix issue #1156 (#1976)
Add flag to check whether an item in the Itemset is currently being dragged
|
8 years ago |
jos
|
6f1dc4200d
|
Fixed #1774: Wrong initial scale when Timeline contains a single item
|
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 |
Yotam Berkowitz
|
60d81a81e4
|
add events support for rtl
|
8 years ago |
Yotam Berkowitz
|
a549ed2d19
|
add rtl of groups in timeline
|
8 years ago |
jos
|
95fd8ed154
|
Fixed import of Configurator
|
8 years ago |
jos
|
f171328c10
|
Fixed #1541: Timeline and Graph2d did not load synchronously anymore
|
8 years ago |
jos
|
717f1f148b
|
Moved `emit('_change'...)` from Timeline.setItems to ItemSet.setItems to be consistend with ItemSet.setGroups
|
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
|
7cf090e368
|
Fixed #1521: Prevent items from staying stuck to the left side of the viewport.
|
8 years ago |
Ludo Stellingwerff
|
246de7f49a
|
Fix autoscale of timeline axis.
|
8 years ago |
jos
|
4cae296b17
|
Fixed #1527: error when creating/updating a Timeline without data
|
8 years ago |
jos
|
df4e3d4e10
|
Fixed #1523: end of data range wrongly determined
|
9 years ago |
jos
|
d866866f43
|
Fixed #1486: Item range sometimes wrongly calculated on IE in case of old dates
|
9 years ago |
jos
|
d9223685e2
|
Implemented redraw throttling for Timeline
|
9 years ago |
jos
|
a9ca766af7
|
Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html)
|
9 years ago |
jos
|
7c22bd3c3b
|
Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964)
|
9 years ago |
jos
|
7771406dcd
|
Reorganized `Timeline.fit()` a bit
|
9 years ago |
jos
|
ac0563e408
|
Fit working (still needs simplification)
|
9 years ago |
jos
|
1648604401
|
Halfway implementing improved Timeline.fit()
|
9 years ago |
jos
|
bbfe7d3535
|
Halfway improving Timeline.fit()
|
9 years ago |
jos
|
bca61e3f07
|
Fixed losing selection when changing configuration option `type` on the fly
|
9 years ago |
jos
|
176742b33f
|
Implemented configurator for Graph2d. Fixed Configurator displaying nothing when `filter: true`.
|
9 years ago |
jos
|
f26c4ea0aa
|
Fixed #841: messing up clientY and pageY in event handling
|
9 years ago |
jos
|
88ab094789
|
Moved validator and ConfigurationSystem to ./lib/shared, and continue with options on error
|
9 years ago |
jos
|
f79449e812
|
Implemented option validator for Timeline
|
9 years ago |
jos
|
f30a3a4556
|
Integrated an option configurator
|
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 |
jos
|
7f8bedf580
|
Added convenience method `setData({groups: groups, items: items})`
|
9 years ago |
jos
|
97de69af1c
|
Fixed broken method `getEventProperties`
|
9 years ago |
jos
|
2929fafa20
|
Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.
|
9 years ago |
jos
|
b9bb040967
|
Fixed #691: Orientation can now be configured separately for axis and items.
|
9 years ago |
jos
|
0fcae5c2c9
|
Graph2d: Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`.
|
9 years ago |
jos
|
36cb8193d1
|
Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`.
|
9 years ago |
jos
|
f29176bcac
|
Fixed #665, fixed #149: Implemented orientation option `'both'`, displaying a time axis both on top and bottom.
|
9 years ago |