Yotam Berkowitz
fe49e7e1d1
Improve Item redraw and initial draw performance ( #3475 )
* Make items redraws return queues
* Parallel initial items redraw
* Seperate read and write actions in items
* Parallel all items redraws
* Remove comments
* Fix linting comments
* Fix redraws on actions
* Add stress example
* Fix example files
* Explain and fix example
* Fix comment issues
7 years ago
macleodbroad-wf
19beef7ec0
Tightens up jsdoc lint rules on timeline ( #3362 )
* Tightens up jsdoc lint rules on timeline
* Adds missing options param
7 years ago
macleodbroad-wf
05cbb3b72c
Adds missing jsdoc and adds lint rule require-jsdoc to build process ( #3354 )
* Change lint rules
* Get eslint passing with require-jsdoc
7 years ago
macleodbroad-wf
b5ef4b9ed9
lint timeline component item ( #3310 )
7 years ago
yotamberk
eba3cf82b7
fix(timeline): #2725 background items positioning when `orientation: top` ( #2831 )
* Fix background items when orientation top
7 years ago
Lewis B
8bd597138a
feat(timeline): refactor tooltip to only use one dom-element ( #2662 )
7 years ago
yotamberk
7f86cadcd1
feat: new stackSubgroups option ( #2519 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Fix boolean types bug
* Add subgroup stacking
* Almost finish subgroup stacking
* Play with examples for subgroup order
* Fix stacked subgroups
* Fix subgroup stacking
* Add stackSubgroups option
* Fix example
* Add docs
* Fix onRemove item subgroups recalculate
* Return subgroup example and add stackSubgroup example
* Split stackSubgroup example to subgroup/html and expectedVsActualTimesItems.html
7 years ago
Lewis B
c9f586195a
[Timeline] Added HTML tool-tip support ( #2498 )
* Added HTML tooltip support for Timeline
* Fixed tooltip position on Firefox
* Added Timeline tooltip example
* Updated tooltip location to be next to the mouse
* Added HTML element to example
7 years ago
yotamberk
932dfb1754
Fix Vertical visibility for all item types ( #2143 )
* Hide vertically hidden ranged items in groups that are not visible
* Fix misspelling
* Fix examples that do not contain groups
* Add example for vertical hidden ranged items
* Fix indent format in RangeItem
* Fix example
* Fix other examples after addition of vertical hiding range items in groups
* Add case of zero margin axis
* Fix commented out lines in examples
* Fix vertical visibility bug
8 years ago
jos
f30a3a4556
Integrated an option configurator
9 years ago
jos
61108f393e
Renamed class `.vis-item-frame` to `.vis-item-overflow`
9 years ago
jos
1d3ec56c49
Added extra div to background items too
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
dd7f8048e0
Fixed #676 : misalignment of background items when using subgroups and the group label's height is larger than the contents.
9 years ago
jos
246b0be530
Fixed background items being selectable and editable when a height is set (see #454 )
10 years ago
jos
e95c28d04f
Fixed #408 : height of background items not 100% when having a fixed or max height defined.
10 years ago
jos
727031283c
Background areas are now neatly ignored from stacking
10 years ago
jos
91075357ab
Ok background areas seem to work fine now
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
jos
c87ef9819c
Support for 'style' added for Items
10 years ago
Alex de Mulder
d9e27b5d20
tweaked graph2d based on timeline. Introduced ignoreStacking for items, used in background item type.
10 years ago
jos
ace17d4f21
Fixed height of BackgroundItems not being 100% when timeline has a fixed height
10 years ago
jos
31e0c20f72
Simplified the background item support for empty/undefined contents
10 years ago
Alex de Mulder
8f63c115ee
updated background itemtype. No content is allowed now.
10 years ago
jos
f990f09124
Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`.
10 years ago
jos
5391f7c29d
Fixed #162 : Implemented a new item type `background`
10 years ago