Martin Fischer
|
448411ee39
|
Dragging of Groups working now using a swap function
|
9 years ago |
Chen Machluf
|
e1f7c1a1c8
|
remove subgroup from subgroups list if there is no more items in the subgroup.
|
9 years ago |
jos
|
8543123236
|
Fixed #1071: HTML contents of a group not cleared when the contents is updated
|
9 years ago |
jos
|
77df99c29a
|
Fixed #1001: First element of group style being cut
|
9 years ago |
Chen Machluf
|
947b2aa631
|
Remove item from subgroups in Group remove method
|
9 years ago |
Martin Fischer
|
6cf519175c
|
added templating for groups
|
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
|
1c536c356a
|
Fixed #654: removed unnecessary minimum height for groups, takes the height of the group label as minimum height now.
|
9 years ago |
jos
|
b5f57c2dd3
|
Fixed a bug in the configuration option `config` when zooming out a lot when using range items
|
9 years ago |
jos
|
6fdb09e82f
|
Implemented configuration option `order: function` to define a custom ordering for the items (see #538, #324).
|
9 years ago |
jos
|
3e9b7ff06c
|
Added a file CONTRIBUTING.md
|
9 years ago |
Alex de Mulder
|
208da974db
|
tweaks. NagivationMixin has now been ported along with keyboard bindings using keycharm.
|
9 years ago |
Alex de Mulder
|
e14479f2e0
|
made sure ranged items do not disappear on a large set window
|
10 years ago |
Alex de Mulder
|
1043ef0887
|
removed div id from navigation
|
10 years ago |
Alex de Mulder
|
3b9142fdf0
|
fixed disappearing items
|
10 years ago |
jos
|
0e4cdeee2e
|
Fixed #402: background items not always be cleared when removing them
|
10 years ago |
Alex de Mulder
|
8527e25c6d
|
fixed subgroups and added sorting
|
10 years ago |
jos
|
91075357ab
|
Ok background areas seem to work fine now
|
10 years ago |
jos
|
00328965e7
|
Background areas can now be draw in a specific group or spread over the whole Timeline.
|
10 years ago |
Alex de Mulder
|
a12e44dc14
|
updated subgroups to have specific indexes for sorting later on
|
10 years ago |
Alex de Mulder
|
f6a1a252ed
|
updated background item for better subgroup alignment. Fixed dragging items with hiddenDates
|
10 years ago |
Alex de Mulder
|
c35261eb9e
|
cleaned up subgroups, removed magic numbers, added example, works for top and bottom orientations.
|
10 years ago |
Alex de Mulder
|
af5af63558
|
working arrays to hide, fixed zoom, fixed pinch, made seperate volatile object for dynamic date support.
|
10 years ago |
jos
|
807921b3cb
|
Implemented field `style` for both items and groups, to set a custom style for individual items.
|
10 years ago |
jos
|
f990f09124
|
Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`.
|
10 years ago |
jos
|
23cb1da05f
|
Fixed #279: `className` of groups not being updated when changed
|
10 years ago |
jos
|
e82a95fd14
|
Fixed a group "null" being displayed in IE when not using groups (see also #238)
|
10 years ago |
jos
|
f2970e33aa
|
Fixed another bug causing items to get orphaned sometimes (See #197)
|
10 years ago |
jos
|
dc214e9181
|
Fixed #216: Added options `margin.item.horizontal` and `margin.item.vertical`, which allows to specify different margins horizontally/vertically.
|
10 years ago |
jos
|
fb6675a585
|
Fixed #197: items in groups sometimes being displayed but not positioned correctly.
|
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
|
b12511f302
|
Fixed #186: ranges in the Timeline sometimes overlapping when dragging the Timeline
|
10 years ago |
Alex de Mulder
|
146793270d
|
optimized, 8 amazing examples, just docs left....
|
10 years ago |
jos
|
3a05985090
|
Fixed group height being applied to group background panel as well
|
10 years ago |
jos
|
5a8e6ddbbe
|
Fixed #167: property `className` of groups not being applied to related contents and background elements, and not being updated once applied.
|
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
|
a5025b9673
|
Renamed all functions `repaint` to `redraw`
|
10 years ago |
jos
|
3dfd05ee6c
|
ItemSet starts to work again
|
10 years ago |
jos
|
84f58cef34
|
Fixed #116 and #138: bug when rendering the Timeline inside a hidden container.
|
10 years ago |
jos
|
284013c3e3
|
Implemented option `stack` to enable/disable stacking of items.
|
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 |