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
Robin Schneider
39bcadda3d
Fix typo ( #2622 )
7 years ago
yotamberk
55a8b70792
Fix(examples): #2585 Fixed React example ( #2587 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
7 years ago
Yotam Berkowitz
ada1c90352
Fix react example
7 years ago
Alexander Wunschik
b9eba1e736
changed to v4.18.0-SNAPSHOT
7 years ago
Alexander Wunschik
71bd17ffee
Changes for v4.18.0 ( #2583 )
* updated HISTORY.md for v4.18.0
* bumped package version to 4.18.0
7 years ago
yotamberk
2b913d0b62
fix(timeline): #2522 Right button while dragging item makes items uneditable ( #2582 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix right click button bug when dragging item
7 years ago
Alexander Wunschik
890c3f83a6
fix(graph2d): fix #2500 for graph2d ( #2581 )
* fix(graph2d): fix #2500 for graph2d; improves #2580
* fix(DataSet): make sure the right id-type is used internaly
This fixes a fixed strange string-number conversion issue.
It can happen that id "0" !== 0 what causes #2580 .
fixes #2580
7 years ago
Yotam Berkowitz
e504dc791c
Merge branch 'develop' of https://github.com/yotamberk/vis into develop
7 years ago
Yotam Berkowitz
001fd9f960
Merge branch 'develop' of https://github.com/almende/vis into develop
7 years ago
dockstreet
0f7dc1f043
Fixed #2560 : IE11 issue 'Symbol' is undefined with babel-polyfill ( #2566 )
* address IE11 issue 'Symbol' is undefined with babel-polyfill
https://github.com/almende/vis/issues/2560
* address IE11 issue 'Symbol' is undefined with babel-polyfill
https://github.com/almende/vis/issues/2560
* address IE11 issue 'Symbol' is undefined with babel-polyfill
https://github.com/almende/vis/issues/2560
7 years ago
Uli Fahrer
83cbc7786f
Fix missing blur edge event
7 years ago
Uli Fahrer
1a3f786b8a
Fix tooltip issue causing exception when node becomes cluster
7 years ago
yotamberk
db888bd2aa
Fix #2538 ( #2551 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Fix #2538
7 years ago
yotamberk
5cb13de8f2
feat: add initial Travis-CI config ( #2550 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
7 years ago
Yotam Berkowitz
b9144d31d4
Add experiment travis code
7 years ago
Yotam Berkowitz
49826794b6
Add .travis.yml file
7 years ago
Yotam Berkowitz
9a27aa7a6e
Merge branch 'develop' of https://github.com/almende/vis into develop
7 years ago