yotamberk
f8be0a5a21
Add animation options for zoomIn/zoomOut funtions ( #2830 )
* 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 options for zoomIn and zoomOut
7 years ago
yotamberk
6586c53dd1
Remove all `Object.assign` from examples (for browsers that don;t support es5+) ( #2829 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Remove assign from examples
* Use jQuery
7 years ago
wimrijnders
abb3afa361
docs(graph3d): Adjusted graph3d doc for autoscaling; ref Issue #2540 ( #2812 )
* Adjusted doc for autoscaling; ref Issue #2540
* Edited Defaults column for Min/Max options for completeness
7 years ago
Brad Hards
3a2b781e9c
docs(timeline): Update docs and example to suggest being explicit about item overrides. ( #2806 )
This is to reduce breakage if the fallback / default changes in a future release.
7 years ago
yotamberk
eba3cf82b7
fix(timeline): #2725 background items positioning when `orientation: top` ( #2831 )
* Fix background items when orientation top
7 years ago
RealRegatta
88807e48da
Add edited data as argument to the template function with update documentation ( #2802 )
* Add edited data as argument to the template function
* Update index.html
7 years ago
Yotam Berkowitz
91c2c31bbc
Merge branch 'develop' of https://github.com/almende/vis into develop
7 years ago
Brad Hards
e835e350b1
[timeline] Update "progress bar" example to reflect values. ( #2828 )
Resolves #2827 .
7 years ago
wimrijnders
af86650c39
Fix for issue #2536 ( #2803 )
* Fix for issue #2536
* Adjusted documentation for fix.
* Adjustments due to review
* Grrrrr whitespace
* Fixed Travis issue
7 years ago
Brad Hards
3df8107467
Fix regression introduced in #2743 . ( #2796 )
7 years ago
Alexander Wunschik
ee77164e4a
added @bradh as member of the support team ( #2801 )
7 years ago
RealRegatta
d13748348d
feat(timeline): Add item data as argument to the template function ( #2799 )
7 years ago
Alexander Wunschik
dd55439b0d
added github templates for issues and pull-requests ( #2787 )
fixes #2418
7 years ago
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
7 years ago
Brad Hards
0750015797
[timeline] Update serialization example to use ISOString dates. ( #2789 )
Resolves #2696
7 years ago
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