jos
|
f7e964edd0
|
Fixed #206: removed check for number of arguments in callbacks `onAdd`, `onUpdate`, `onRemove`, and `onMove`.
|
10 years ago |
jos
|
86f887e4bb
|
Removed some references to `vis` namespace
|
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
|
5374721fd6
|
Added support for title for both items and groups
|
10 years ago |
jos
|
4873c8aba4
|
Fixed `DataView` not working in Timeline (see #195)
|
10 years ago |
jos
|
d78a823d4e
|
Removed the 'rangeoverflow' item type
|
10 years ago |
jos
|
468e613a26
|
Fixed #172: auto detected item type being preferred over the global item `type`.
|
10 years ago |
jos
|
c3f8b1f168
|
Timeline.destroy works
|
10 years ago |
jos
|
ebb8626513
|
Halfway implementing Timeline.destroy
|
10 years ago |
jos
|
c1179554fd
|
Item touch events now bound to centerContainer instead of itemset (must be able to click in empty area)
|
10 years ago |
jos
|
b6d5da3a8c
|
Refactored the property names of DataSet and DataView to having underscore prefixes
|
10 years ago |
jos
|
106983fad4
|
Timeline now accepts a DataSet with items having any type of start and end.
|
10 years ago |
jos
|
62bc49b1e1
|
Removed some redundant code
|
10 years ago |
jos
|
e232f81dc0
|
Renamed body.props to body.domProps
|
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
|
0f45b7a2f1
|
Removed double function naming
|
10 years ago |
jos
|
312a73a5a5
|
Fixed height of vertical line of box items not always updated correctly
|
10 years ago |
jos
|
53e6e50320
|
Fixed alignment of the content panels to axis
|
10 years ago |
jos
|
19dfc92458
|
Fixed ItemSet not updating on change in DataSet
|
10 years ago |
jos
|
f113776265
|
Deleted redundant `Panel` and `RootPanel`
|
10 years ago |
jos
|
297adb1cb4
|
A minor improvement in dragging items
|
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
|
ad2e235211
|
Fixed offset in zooming with scroll when using groups
|
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
|
3d7618baf0
|
Fixed #141: a bug in replacing the DataSet of groups via `Timeline.setGroups(groups)`
|
10 years ago |
jos
|
54dcb0268e
|
Fixed #122: a bug wrongly rendering invisible items after updating them.
|
10 years ago |
jos
|
2829eb1c7e
|
Fixed updating axis margin after deleting group
|
10 years ago |
jos
|
e79c0772ad
|
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
|
10 years ago |
jos
|
a544505148
|
Fixed adjusting for changed margins on the fly, fixed reckoning with height of group label for group height
|
10 years ago |
jos
|
a002f61133
|
Fixed zero height of itemSet in case of no DataSet for items
|
10 years ago |
jos
|
0bec54d13a
|
Fixes in updates from DataSets
|
10 years ago |
jos
|
463aee0ce9
|
Fixed removing items
|
10 years ago |
jos
|
6270ca3469
|
LabelSet working again
|
10 years ago |
jos
|
d4e2f8c670
|
Halfway large refactoring of ItemSet/GroupSet/Group
|
10 years ago |
jos
|
c55f75efb4
|
Some refactoring
|
10 years ago |
jos
|
36e512cefb
|
Removed parameter `parent` from Item constructor
|
10 years ago |
jos
|
58e81f3f70
|
Created a Group holding ungrouped items, for timelines not using groups
|
10 years ago |
jos
|
5a5ba084a3
|
Isolated calculation of visible items in function updateVisibleItems
|
10 years ago |
jos
|
50a316ea09
|
New Group starts working
|
10 years ago |
jos
|
efd861003f
|
Inserted some more group functionality to ItemSet
|
10 years ago |
jos
|
186ed376b3
|
Fixed changed ranges not being deletable
|
10 years ago |
jos
|
8b8e2ac2c7
|
Removed console.logs from code
|
10 years ago |
jos
|
8f352edb53
|
Moved function getLabelsWidth
|
10 years ago |
jos
|
d6fcd178cf
|
Some fixes in updating/deleting items
|
10 years ago |