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
|
4f6f8ce2b6
|
Fixed scrollTop offset issue
|
10 years ago |
jos
|
5d9a7d02b4
|
Refactored more code from `graph` to `network`
|
10 years ago |
jos
|
942de0df42
|
Refactored more code from `graph` to `network`
|
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 |
Alex de Mulder
|
c59dd11359
|
fixed dataset problem
|
10 years ago |
Alex de Mulder
|
007a4a90b1
|
everything but legend and barchart working. two axis! woohoo!
|
10 years ago |
Alex de Mulder
|
c8cc074db1
|
legend WIP
|
10 years ago |
Alex de Mulder
|
6dd02d5a4d
|
not working yet
|
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 |
jos
|
7ad41530b7
|
Added a horizontal and vertical background element
|
10 years ago |
jos
|
7a10407c27
|
Timeline repaints when orientation is changed
|
10 years ago |
jos
|
17fc182f5b
|
TimeAxis starting to work again
|
10 years ago |
jos
|
6e96617722
|
Fixed background size (did not reckon with borders of root panel)
|
10 years ago |
jos
|
3a33fe6d32
|
Improved panel skeleton further, empty panels are now invisible (no border)
|
10 years ago |
jos
|
aeeb7e9f7f
|
Improved panel skeleton
|
10 years ago |
jos
|
67e8d25aa9
|
Created simple skeleton with panels: left, right, top, bottom, center.
|
10 years ago |
jos
|
11ec14bace
|
Fixed `Timeline.clear()` not resetting a configured `options.start` and `options.end`
|
10 years ago |
jos
|
94741fbd51
|
Implemented a method `clear([what])`, to clear items, groups, and configuration of a Timeline instance.
|
10 years ago |
jos
|
cf48b7d7ca
|
Fixed #86: A newly created item is now initialized with `end` property when option `type`
is `"range"` or `"rangeoverflow"`.
|
10 years ago |
jos
|
c0614edb84
|
Added function `repaint()` to force a repaint of the Timeline.
|
10 years ago |
jos
|
e5cc8d7466
|
Added a simple navigation menu example
|
10 years ago |
Alex de Mulder
|
65770b5cd8
|
minor changes
|
10 years ago |
Alex de Mulder
|
44f509dda3
|
working on linegraph
|
10 years ago |
jos
|
eed261b695
|
Implemented function `fit`
|
10 years ago |
Eric Gillingham
|
111ed6afc5
|
Correct type for stack option, docs and code use stack, but Timeline.js
used stacking for the default, making it not stack by default.
|
10 years ago |
jos
|
284013c3e3
|
Implemented option `stack` to enable/disable stacking of items.
|
10 years ago |
jos
|
e79c0772ad
|
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
|
10 years ago |