Brad Hards
20fc8ed966
[timeline] Update examples to use ISOString format. ( #2791 )
Resolves #2790
7 years ago
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
7 years ago
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.
7 years ago
Brad Hards
c83492e23f
Initial tests for timeline ItemSet. ( #2750 )
Somewhat more complicated setup, associated with the need for a real window.
7 years ago
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
7 years ago
Brad Hards
ceb698626a
fix(timeline): #2720 Problems with option editable ( #2743 )
Clean up and centralise edit status for Timeline Items.
7 years ago
Derek Brans
4dc5082cbd
fix: Range.js "event" is undeclared ( #2749 )
7 years ago
Alexander Wunschik
e51b996eec
feat(timeline): added new locales for french and espanol ( #2723 )
7 years ago
Reed
3a10511c37
fixes timestep next issue ( #2732 )
7 years ago
Brad Hards
d59c4a17f0
Fix eslint problem on Travis. ( #2744 )
7 years ago
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
7 years ago
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
7 years ago
Yotam Berkowitz
fae21a0e31
Merge branch 'develop' of https://github.com/almende/vis into develop
7 years ago
Brad Hards
b0b4d54400
Add initial tests for Timeline PointItem ( #2716 )
7 years ago
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
7 years ago
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
7 years ago
AoDev
e6ed962238
chore(lint): added support for eslint ( #2695 )
7 years ago
Brad Hards
efe251325a
Trivial typo fix in how_to_help doc. ( #2714 )
7 years ago
Lazar Ljubenović
228ee81afb
add link to a mentioned example ( #2709 )
7 years ago
Yotam Berkowitz
4870ad2eca
Merge branch 'develop' of https://github.com/almende/vis into develop
7 years ago
Yuxuan (Tim) Hong
c8d72235c8
feat(docs): use babel preset2015 for custom builds ( #2678 )
7 years ago
Alexander Wunschik
197f26bc47
fix(build): use babel version compatible with webpack@1.14 ( #2693 )
fixes #2685
7 years ago
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
7 years ago
Alexander Wunschik
c16bf0fe31
feat(tests): run mocha tests in travis ci ( #2687 )
7 years ago
Guilhem Soulas
66a67727ac
feat(network): Allow for image nodes to have a selected or broken image ( #2601 )
7 years ago
Lewis B
8bd597138a
feat(timeline): refactor tooltip to only use one dom-element ( #2662 )
7 years ago
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
7 years ago
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
7 years ago
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.
7 years ago
Alexander Wunschik
f38452130a
chore: removed google-analytics from all examples ( #2670 )
7 years ago
Alexander Wunschik
c7a7eaadf7
chore: do not ignore test folder ( #2648 )
7 years ago
Alexander Wunschik
9c32a91e00
chore: updated dependencies and devDependencies ( #2649 )
7 years ago
Alexander Wunschik
b39d9ed7c9
chore(docs): general improvements ( #2652 )
* removed NOTICE file
* updated license date range to include 2017
* chore(docs): updated support team members
7 years ago
Alexander Wunschik
9c6fc82913
changed to v4.18.1-SNAPSHOT
7 years ago
Alexander Wunschik
bcba4ce482
Changes for v4.18.1 ( #2656 )
7 years ago
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/
7 years ago
Alexander Wunschik
c236718ca0
fix(network): Fix network manipulation together with Bootstrap styles ( #2654 )
fixes #2640
7 years ago
Alexander Wunschik
d5fd1c8311
fix(timeline): fixed htmlContents example ( #2651 )
7 years ago
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
7 years ago
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
7 years ago
Alexander Wunschik
2682b9df26
chore: updated dependencies
7 years ago
Yotam Berkowitz
3124d8e698
Merge branch 'develop' of https://github.com/almende/vis into develop
7 years ago
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.
7 years ago
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
7 years ago
Brad Hards
6c22663b3d
Minor cleanups in Timeline Range. ( #2633 )
Fixes default end, and reduces duplicated code. Adds tests.
7 years ago
Uli Fahrer
1393eeece0
Fixed #2458 : Allow graph2D options to be undefined ( #2634 )
7 years ago
David Anderson
2e5c620351
fix(network): #2589 vertically center label in network circle node ( #2593 )
7 years ago
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
7 years ago
CapitanMorgan
bf71d7ebe9
fix #2613 with if statement, and null for pointer value rather than r… ( #2615 )
* fix #2613 with if statement, and null for pointer value rather than referencing it when undefined
* removed if statement, since not needed, and updated documentation to note the null pointer property in certain conditions.
7 years ago
mnishimura
f1bd8ce8d9
values should be passed to check values.borderDashes ( #2599 )
7 years ago