yotamberk
f5b43e8518
fix(timeline): #2672 Item events original event ( #2704 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Fix events returned from mouse events
* Fix example
* Rename censor to stringifyObject in example
8 vuotta sitten
Brad Hards
0750015797
[timeline] Update serialization example to use ISOString dates. ( #2789 )
Resolves #2696
8 vuotta sitten
Brad Hards
20fc8ed966
[timeline] Update examples to use ISOString format. ( #2791 )
Resolves #2790
8 vuotta sitten
Vx2gas
d0f2a63b91
Added support to supply an end to bar charts to have them scale ( #2760 )
* Added support to supply an X2 to bar charts to have them scale
* Fixed graph2d stacking issue. It no longer takes into account hidden items
* Changed x2 to end per recommendation and added this to the docs
8 vuotta sitten
Brad Hards
6b5462ec43
[Timeline] Modify redraw logic to treat scroll as needing restack. ( #2774 )
This addresses #1982 and #1417 .
It possibly reduces performance, but correctness seems better.
8 vuotta sitten
Brad Hards
c83492e23f
Initial tests for timeline ItemSet. ( #2750 )
Somewhat more complicated setup, associated with the need for a real window.
8 vuotta sitten
Richard van der Hoff
6acc7bdd8c
feat(network): Improve the performance of the network layout engine ( #2729 )
* Improve the performance of the network layout engine
Short-cut the execution of a number of methods in LayoutEngine to make them
handle highly-connected graphs better.
* Demonstrations of layouts of large networks
8 vuotta sitten
Brad Hards
ceb698626a
fix(timeline): #2720 Problems with option editable ( #2743 )
Clean up and centralise edit status for Timeline Items.
8 vuotta sitten
Derek Brans
4dc5082cbd
fix: Range.js "event" is undeclared ( #2749 )
8 vuotta sitten
Alexander Wunschik
e51b996eec
feat(timeline): added new locales for french and espanol ( #2723 )
8 vuotta sitten
Reed
3a10511c37
fixes timestep next issue ( #2732 )
8 vuotta sitten
Brad Hards
d59c4a17f0
Fix eslint problem on Travis. ( #2744 )
8 vuotta sitten
yotamberk
cd30aa9f13
feat(timeline): #2647 Dynamic rolling mode option ( #2705 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Add toggleRollingMode option
* Update docs with toggleRollingMode option
8 vuotta sitten
yotamberk
411a43cdc5
fix(timeline): #2679 TypeError: Cannot read property 'hasOwnProperty' of null ( #2735 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Fix bug in item editable
8 vuotta sitten
Yotam Berkowitz
fae21a0e31
Merge branch 'develop' of https://github.com/almende/vis into develop
8 vuotta sitten
Brad Hards
b0b4d54400
Add initial tests for Timeline PointItem ( #2716 )
8 vuotta sitten
yotamberk
e42b2e9395
fix(timeline): #778 Tooltip does not work with background items in timeline ( #2703 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Make items z-index default to 1
8 vuotta sitten
yotamberk
93d6d332bb
fix(timeline): #2598 Flickering onUpdateTimeTooltip ( #2702 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Add animation to onUpdateTooltip
8 vuotta sitten
AoDev
e6ed962238
chore(lint): added support for eslint ( #2695 )
8 vuotta sitten
Brad Hards
efe251325a
Trivial typo fix in how_to_help doc. ( #2714 )
8 vuotta sitten
Lazar Ljubenović
228ee81afb
add link to a mentioned example ( #2709 )
8 vuotta sitten
Yotam Berkowitz
4870ad2eca
Merge branch 'develop' of https://github.com/almende/vis into develop
8 vuotta sitten
Yuxuan (Tim) Hong
c8d72235c8
feat(docs): use babel preset2015 for custom builds ( #2678 )
8 vuotta sitten
Alexander Wunschik
197f26bc47
fix(build): use babel version compatible with webpack@1.14 ( #2693 )
fixes #2685
8 vuotta sitten
nmehrle
e735b64e09
Added showX(YZ)Axis options to Graph3d ( #2686 )
* Added showX(YZ)Axis to Graph3d
* Added show_Axis options to docs and playground example
* Resolved merge conflict
* Added show_Axis options to docs and playground example
8 vuotta sitten
Alexander Wunschik
c16bf0fe31
feat(tests): run mocha tests in travis ci ( #2687 )
8 vuotta sitten
Guilhem Soulas
66a67727ac
feat(network): Allow for image nodes to have a selected or broken image ( #2601 )
8 vuotta sitten
Lewis B
8bd597138a
feat(timeline): refactor tooltip to only use one dom-element ( #2662 )
8 vuotta sitten
cmolinaAlicante
c2cbff2282
feat(timeline): Change setCustomTimeTitle title parameter to be a string or a function ( #2611 )
* change setCustomTimeTitle title parameter, Now could be an string or a function
* Fixed indent and spacing
8 vuotta sitten
Robin Schneider
e2d4a9914b
chore(docs): Add note that PRs should be submitted against the `develop` branch ( #2623 )
Related to: https://github.com/almende/vis/pull/2618
Related to: https://github.com/almende/vis/pull/2620
8 vuotta sitten
Zachariah Brown
109754b34c
Fixes instanceof Object statements for objects from other windows and iFrames. ( #2631 )
* Replaces instanceof Object checks with typeof to prevent cross tab issues.
* Adds missing space.
8 vuotta sitten
Alexander Wunschik
f38452130a
chore: removed google-analytics from all examples ( #2670 )
8 vuotta sitten
Alexander Wunschik
c7a7eaadf7
chore: do not ignore test folder ( #2648 )
8 vuotta sitten
Alexander Wunschik
9c32a91e00
chore: updated dependencies and devDependencies ( #2649 )
8 vuotta sitten
Alexander Wunschik
b39d9ed7c9
chore(docs): general improvements ( #2652 )
* removed NOTICE file
* updated license date range to include 2017
* chore(docs): updated support team members
8 vuotta sitten
Alexander Wunschik
9c6fc82913
changed to v4.18.1-SNAPSHOT
8 vuotta sitten
Alexander Wunschik
bcba4ce482
Changes for v4.18.1 ( #2656 )
8 vuotta sitten
Alexander Wunschik
cb20857c2d
Fix(network): handle label composition for long words ( #2650 )
* maximum width constraints must be violated by long words. Fixes #2604 .
* chore: moved examples/network/_tests/maximumWidthEdgeCase.html to test/network/
8 vuotta sitten
Alexander Wunschik
c236718ca0
fix(network): Fix network manipulation together with Bootstrap styles ( #2654 )
fixes #2640
8 vuotta sitten
Alexander Wunschik
d5fd1c8311
fix(timeline): fixed htmlContents example ( #2651 )
8 vuotta sitten
yotamberk
6ac924c4c3
fix(timeline): Fix #2590 Min zoom bug ( #2646 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Fix zoom below 1ms bug
8 vuotta sitten
yotamberk
c9312bb7ab
fix(timeline): Fix #2597 Zoom while dragging ( #2645 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Fix mousewheel while dragging item bug
* Return removed lines
8 vuotta sitten
Alexander Wunschik
2682b9df26
chore: updated dependencies
8 vuotta sitten
Yotam Berkowitz
3124d8e698
Merge branch 'develop' of https://github.com/almende/vis into develop
8 vuotta sitten
Josh Ventura
3456acffa1
Network: Fix tree collision in hierarchical layout ( #2625 )
Using the 'directed' sort method, the layout engine seemed to ignore treeSpacing (or only apply it to the first tree). This would also lead to trees colliding with one another, and having their nodes tangled in space. This complaint surfaced in a couple bugs, including #2494 . This should be a step toward fixing that. For whatever reason, this code never runs when using the "hubsize" sort method.
8 vuotta sitten
Alexander Wunschik
81de568b73
moved babel plugins from devDependencies to dependencies ( #2629 )
If you want to integrate the vis.js sources in a project you need some babel-pugins.
see #2353
8 vuotta sitten
Brad Hards
6c22663b3d
Minor cleanups in Timeline Range. ( #2633 )
Fixes default end, and reduces duplicated code. Adds tests.
8 vuotta sitten
Uli Fahrer
1393eeece0
Fixed #2458 : Allow graph2D options to be undefined ( #2634 )
8 vuotta sitten
David Anderson
2e5c620351
fix(network): #2589 vertically center label in network circle node ( #2593 )
8 vuotta sitten
David Anderson
100f47a9b7
fix(network): #2591 self reference edge should now appear in all cases ( #2595 )
* self reference edge should now appear in all cases
* add checks for shape width being NaN to get correct circle data
* reorder resize arguments in Diamond, Dot and Star
8 vuotta sitten