jos
|
e7ec9a669a
|
A fix in applying fit on initialization of the Timeline
|
10 years ago |
jos
|
12f11ed8d5
|
Oops. Move the shared function `fit` back to Core
|
10 years ago |
jos
|
95127c0683
|
Added example 22_window_adjustment.html
|
10 years ago |
jos
|
1d70335b1a
|
Implemented animated range change for functions `fit`, `focus`, `setSelection`, and `setWindow`.
|
10 years ago |
jos
|
09cb25296d
|
Added an example set selection. Some minor fixes and improvements in setSelection
|
10 years ago |
jos
|
b2d406e446
|
Fixed #230: Implemented function `focus(id)` to center a specific item (or multiple items) on screen
|
10 years ago |
jos
|
0808f0a891
|
Implemented option `activatable` for Timeline and Graph2d
|
10 years ago |
jos
|
a2c9433601
|
Timeline and Graph2d now extend Core instead of loading it mixin wise
|
10 years ago |
Alex de Mulder
|
b8d5d4629b
|
added fit() and getItemRange()
|
10 years ago |
Alex de Mulder
|
de365cd6e5
|
made graph2d and timeline use the same core
|
10 years ago |
jos
|
c8e8691d68
|
Added vis-light bundle
|
10 years ago |
jos
|
7df77e69c9
|
Fixed #219: implemented function `getVisibleItems`
|
10 years ago |
jos
|
72dfc0c45f
|
Reworked all code to commonjs modules. Replaced the build script with Gulp
|
10 years ago |
jos
|
f0a5b12593
|
Moved source code from `/src/` to `/lib/`
|
10 years ago |
jos
|
4873c8aba4
|
Fixed `DataView` not working in Timeline (see #195)
|
10 years ago |
jos
|
4f6f8ce2b6
|
Fixed scrollTop offset issue
|
10 years ago |
Alex de Mulder
|
cd4d06789c
|
bugfixes (sampling, timeline)
|
10 years ago |
Alex de Mulder
|
40fd3d64db
|
fixed mean bug by introducing to global time and screen, removed a lot of the dataset function usage due to them being VERY slow (15x speed difference!!)
|
10 years ago |
Alex de Mulder
|
146793270d
|
optimized, 8 amazing examples, just docs left....
|
10 years ago |
Alex de Mulder
|
db46e27732
|
Creating examples, lots of bugfixes!
|
10 years ago |
jos
|
3bb867890f
|
Throws an error when constructing without new keyword.
|
10 years ago |
jos
|
c3f8b1f168
|
Timeline.destroy works
|
10 years ago |
jos
|
ebb8626513
|
Halfway implementing Timeline.destroy
|
10 years ago |
jos
|
106983fad4
|
Timeline now accepts a DataSet with items having any type of start and end.
|
10 years ago |
jos
|
b4945faedd
|
Renamed DataSet option `convert` to `type`.
|
10 years ago |
Alex de Mulder
|
c8cc074db1
|
legend WIP
|
10 years ago |
jos
|
1cd1540f28
|
Fixed a bug in vertical offset when height of container > height of contents
|
10 years ago |
jos
|
9b4ab61d67
|
Fixed shadows always being visible
|
10 years ago |
jos
|
fe7cc72666
|
Implemented shadows when vertical scroll is possible
|
10 years ago |
jos
|
63c36ffb6f
|
Fixed vertical drag issue while pinching
|
10 years ago |
jos
|
0420c72b60
|
Implemented support for vertical dragging (needs some refinement)
|
10 years ago |
jos
|
1a9325da61
|
Added missing option orientation needed by Timeline itself
|
10 years ago |
jos
|
8ef8a1e0b2
|
Implemented options `zoomable` and `moveable`
|
10 years ago |
jos
|
693d801922
|
Moved change listener to _create
|
10 years ago |
jos
|
e232f81dc0
|
Renamed body.props to body.domProps
|
10 years ago |
jos
|
5033272a6d
|
Moved default start and end to Range
|
10 years ago |
jos
|
f672f7b583
|
Reworked options and setOptions
|
10 years ago |
jos
|
4ac1d3abcc
|
Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util`
|
10 years ago |
jos
|
43912f5d9b
|
Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now
|
10 years ago |
jos
|
53e6e50320
|
Fixed alignment of the content panels to axis
|
10 years ago |
jos
|
2723b2673a
|
Fixed date snapping
|
10 years ago |
jos
|
08d486a53f
|
Items are selectable and editable largely
|
10 years ago |
jos
|
a5025b9673
|
Renamed all functions `repaint` to `redraw`
|
10 years ago |
jos
|
4c77206e72
|
Merged from develop branch
|
10 years ago |
jos
|
157c8a9f34
|
Renamed Timeline.repaint() to Timeline.redraw() for consistency with the other visualizations
|
10 years ago |
jos
|
fc6d7ab82f
|
Fixed #107: allow repeating select event
|
10 years ago |
jos
|
350d43aec9
|
Introduced a forgroundVertical panel, positioned the dots of item boxes there
|
10 years ago |
jos
|
3dfd05ee6c
|
ItemSet starts to work again
|
10 years ago |
jos
|
9f2eee8af9
|
CurrentTime and CustomTime working again
|
10 years ago |
jos
|
9eb056d1cf
|
Moved grid lines of TimeAxis to the background panel
|
10 years ago |