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
jos
c28e4b90be
Deprecated event `finishedRedraw` as it's redundant
9 years ago
jos
2929fafa20
Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.
9 years ago
jos
df4c200bc3
Fixed vertical scroll shadows becoming visible when dragging an item
9 years ago
jos
7012eeb3e1
Removed option clear
9 years ago
Alex de Mulder
99ed2be7f7
fixed align zero by rewriting that part. #728
9 years ago
jos
0585fc4d34
Fixed delete button not being visible
9 years ago
jos
08b6f7b75a
Fixed vertical scroll not working in Timeline and Graph2d
9 years ago
jos
28f8367f11
Fixed the touch and release events being fired twice each time. Fixed a bug with dragging in the InteractionHandler
9 years ago
jos
b3e3dccad7
Refactored the css of Timeline and Graph2d to have a `vis-` prefix everywhere. (Still a small issue in Graph2d)
9 years ago
jos
88695a698e
Removed typo in className
9 years ago
jos
b9bb040967
Fixed #691 : Orientation can now be configured separately for axis and items.
9 years ago
jos
36cb8193d1
Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`.
9 years ago
jos
3e9b7ff06c
Added a file CONTRIBUTING.md
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
jos
165ab9ab49
Halfway updating Network to hammer2
9 years ago
Oleg Yapparov
9c469d02ba
Added option to supply ID for the new custom time bar
9 years ago
Oleg Yapparov
01207417f3
Added id parameter to set/getCustomTime methods, docs update
9 years ago
Oleg Yapparov
1c848f1f2d
Multiple customTime vertical bars
9 years ago
jos
89cacf51dc
Fixed #541 : `setWindow` not working when applying an interval larger than the configured `zoomMax`.
9 years ago
jos
d587c437a8
Fixed #550 : `Timeline.redraw()` now also recalculates the size of items.
9 years ago
jos
7114d5ccc9
Added es5 to es6 transpilation step to the build script, so now we can use ES6 :)
9 years ago
Ben Brichetti
d08e11af32
No longer throw Error when MAX_REDRAWS count has been exceeded.
Throwing this error was introduced recently, but appears to have been unintentionally committed (since the error message isn't helpful/relevant, and because the unexpected Error will unnecessarily disrupt the display of the timeline if not caught).
9 years ago