Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/visjs/vis-network

:dizzy: Display dynamic, automatically organised, customizable network views.
https://github.com/visjs/vis-network

Removed the light version of vis.js, added documentation on custom builds

2bde144aeb73c67a353d2471db7390f533122295 authored over 10 years ago
added docs for gephi import, expanded example.

8a79c02b934a64ece188dd68ff7b20d62ac67542 authored over 10 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

Conflicts:
dist/vis-light.js
dist/vis.js

b74103c54c6e76aebbf392de3792cec6d31a115a authored over 10 years ago
Finalized import, reduced needless drawing of the network (performance boost!)

57131ed64edb3c241f376ea8e8f624bbdbde2cd6 authored over 10 years ago
Excluded moment.js language files by from the default vis.js bundle

ada3e1fef10166df75cc621853cac1a1ce3567d3 authored over 10 years ago
Updated /dist/

b7e868c83ba4287917aeb39b5f0b2ea5d50d1d0b authored over 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

417b6e7f63b3b47ac242de3411e9ce167edad54d authored over 10 years ago
Upgraded hammer.js to v1.1.3

3f51f28c011eb7a115c95f600eca416127a1b157 authored over 10 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

Conflicts:
dist/vis.js

2a387c338847984f714003a194d8708fe190bcb0 authored over 10 years ago
added few examples, added gephi parser (JSON), added JSON get for dataset

a980937ef69702671efe727d4fdcfaafb34cf80b authored over 10 years ago
Added vis-light bundle

7d735a318b7900276400f6bfc20edd8c11744e06 authored over 10 years ago
Moved Slider and Camera into separate modules

0345582f915b444a3bb4d2182d01a89b47be15cb authored over 10 years ago
Moved some util functions to util.js

55c39a9538480e06857f7e95c106e99203e496b1 authored over 10 years ago
Removed redundant functions getPageX and getPageY

6fb4b2a54e68b8ffcf01bfdc74e43e23463cd379 authored over 10 years ago
Fixed #200: unable to select a node after scrolling

cc4d1f0cc26d6be58c42d02966e1dbce04d23d8f authored over 10 years ago
fixed binarySearchGeneric from infinite loop (added protection), fixed issue where all points have the same Y value. #222

6099d2cb83f40aaa5f512157c3c6ef43598a56a0 authored over 10 years ago
new hierarchical solver

baa1b41b6b5d38c256dbb138831ba9094f49095e authored over 10 years ago
removed console.log debug

3230c72145bb22ce6eab314c282d38d5d4835e0e authored over 10 years ago
added border width option for nodes per #210

ff407c9bfb14e6bb72e8b3a91d27ecd013258000 authored over 10 years ago
Fixed hierarchical layouts with nodes that start at a level > 0 #220

067e85a615c428a73a453989a87e5a179fe9ce0a authored over 10 years ago
Updated /dist/ files

6bba0ed9f97d4c9054df7ec2cb298e068a53fd50 authored over 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

49194487b1d9bdcf52c02e8e07eed243dfd174bf authored over 10 years ago
Fixed #219: implemented function `getVisibleItems`

ea2832542b79bb3389aeb14a1f202d033cba6173 authored over 10 years ago
fixed drag when zooming per #214

3c7afeb41718a1dac7d6cbec998144b294a8fb3f authored over 10 years ago
hidden support nodes from view

e4742a2bde55fe85367064f41ca914335743cca4 authored over 10 years ago
fire emit every time the network stabilizes, updated history

07c7cbca3945e5c91782cd5289720f4cd768593b authored over 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

510091421204c027d9b68648c6afc943673d51a9 authored over 10 years ago
Fixed #216: Added options `margin.item.horizontal` and `margin.item.vertical`, which allows to specify different margins horizontally/vertically.

7a3eb1c2590f1a2d466e892fc02875163f8b17ea authored over 10 years ago
fixed support nodes not being cleaned after edges are removed. #213

aed86083cab1d5541664b87f199d86c3ed8ebeaf authored over 10 years ago
improved edge selection function

cc365584405084f6bc505ff9043aa3b66cc4a901 authored over 10 years ago
fixed dot radius bug per #208

a7b00cc8493481dfbd1e08d9030f27eb4aa7bbb1 authored over 10 years ago
updated max velocity

97d5479e7d898e27fdd78aed212b8e1c306b6f47 authored over 10 years ago
added roundness explaination in example 27

59af743de6fdf86d7a9300a604fe7803c57a5035 authored over 10 years ago
fixed springs not calculating. added example, set inherit color to default ON

76ac2aade3063161118c65f5ea84e7e317aeea6d authored over 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

1b1599e8ebad661a7bda74feb99ee8372e3edb05 authored over 10 years ago
Updated ignore files in bower.json

f92624b85b83a0633ddcabda6d737bdcbeab9856 authored over 10 years ago
updated docs and example

e36810ac139f957fc68279f4a8151b815db4432d authored over 10 years ago
updated example index

65af8415f5207c6d1c312c4ff50de1b7ba3d2add authored over 10 years ago
Added multiple smoothCurve methods, added hideNodesOnDrag and hideEdgesOnDrag options. Added two examples. Added inheritColor option.

5626fabcebc73d31197bec891ce00073bbb529ff authored over 10 years ago
Cleaned up an unused variable

918f49185f657f194990409829a8b85650a9a14a authored over 10 years ago
Fixed another bug in determining the items currently visible (see #197)

3650b7004a852c2425fe529d7dc0e858a652c0a2 authored over 10 years ago
Fixed #206: removed check for number of arguments in callbacks `onAdd`, `onUpdate`, `onRemove`, and `onMove`.

f8068917dc234edc05578bf8dd15e645107c507b authored over 10 years ago
Try to load hammer.js from window before loading via require()

89a52dfa006dd8d9f150a920dbd2af4ffd98f180 authored over 10 years ago
Fixed range where the `end` of the first is equal to the `start` of the second sometimes being stacked instead of put besides each other when `item.margin=0`.

614c830cffdf7cecb61a1fe88e6eaf50e08c16d7 authored over 10 years ago
Fixed some missing dependencies in network

9c3abd5ca3609f14dfd76960036bfba44aabde0c authored over 10 years ago
Removed redundant watch tool

cb26e53058000409efa6a3a6d97743d20db1a35c authored over 10 years ago
Fixed #197: items in groups sometimes being displayed but not positioned correctly.

f9300b0f5b33ee9ea8336a0e3af78ab346b305b5 authored over 10 years ago
Some minor improvements to the build script

f4168487e3473474c8cc0096b9268327057b5baf authored over 10 years ago
Added scripts to package.json. Fixed watching for css changes too.

f7f1f82581c06d31f5b9684776beee7440be471c authored over 10 years ago
Reworked the tests a little (still not close to a proper unit test though)

2e90dbb2c275b4cb6630e2c994c53692430e6024 authored over 10 years ago
Reworked all code to commonjs modules. Replaced the build script with Gulp

efaca04b291457067ba0663f8f9f6c81e27944fb authored over 10 years ago
Moved source code from `/src/` to `/lib/`

049aef457263fc9a263023ac0141cef3318ff02a authored over 10 years ago
Updated version number to 3.0.1-SNAPSHOT

480ceb7d9c62cdf35a3d63b6298cd708fb0c8df8 authored over 10 years ago
Merge branch 'develop'

Conflicts:
HISTORY.md

14f13d46d531c0b7538a30512eadc8e44d5a091e authored over 10 years ago
Released version 3.0.0

1544e882471e12d636483bf9ba456b032f827e45 authored over 10 years ago
Added support for title for both items and groups

c6b3685ba69ae184d5af6f5a9809a1f6cb8f3d9a authored over 10 years ago
Renamed Graph2D to Graph2d in the docs/examples

ca97832c3b027be21eb49c30db2d5b1486d67067 authored over 10 years ago
Updated exports

ca2a96121804a1fea04ea0f85d890bf7a55cb8af authored over 10 years ago
Described the used technologies for each of the visualizations

a300489a9b1bf8246458e643ecd3d0ac99dec7ef authored over 10 years ago
Fixed example 01_basic.html

97147e5301e51abc071ed45abd2bae142c7ee7b1 authored over 10 years ago
Fixed `DataView` not working in Timeline (see #195)

d32b2f73aee01793f3f79873fd71407a0cb4874c authored over 10 years ago
Fixed scrollTop offset issue

9194bf053e40745da070354057536f961df64099 authored over 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

b7163607f0067a97c3c49a8b5b9cf1d05faf764c authored over 10 years ago
Fixed #186: ranges in the Timeline sometimes overlapping when dragging the Timeline

39d32067ed428406ca4789efb58e8317671ee764 authored over 10 years ago
checked refactor, fixed bug multiline comment

8571c82285b95dd2cc8c45ae7b717691f2e024d9 authored over 10 years ago
Fixed tests and a typo

e123ee9e62db0311a3a78259caba5050003c9608 authored over 10 years ago
Renamed option `dragGraph` to `dragNetwork`

bc4bb210c6ef06eaacab869d0dec878a44f98d8b authored over 10 years ago
Refactored more code from `graph` to `network`

63a718b24f9bb243faca230779a8f2292b45cd04 authored over 10 years ago
Merge remote-tracking branch 'origin/graph2d' into develop

Conflicts:
dist/vis.js
dist/vis.min.js

6664cb0a970160660072c150c5be285e4f540aa5 authored over 10 years ago
Refactored more code from `graph` to `network`

1805b344573cf73eded6b49c8bc8712cd8b7a923 authored over 10 years ago
Refactored more code from `graph` to `network`

dda411ef4468ee7ab63ce5063022006554b51ec5 authored over 10 years ago
refactor: graph --> network

2a5fcd96e0d6bc56390675e651a4ecbead4a0e45 authored over 10 years ago
Merge branch 'graph2d' into develop

9366101593b7a1be390c8de188fc3c28174e446f authored over 10 years ago
Updated history

30e321006fb8c36d20608f49f2c5cf11d248fecd authored over 10 years ago
bugfixes (sampling, timeline)

c14f280cd399132c685d39311c1a4566f2452150 authored over 10 years ago
Merge pull request #190 from jeroencoumans/develop

Allow per-edge hover colors

acfbd4f2a2001a0a4d8f564735c565b5c119d9aa authored over 10 years ago
Allow per-edge hover colors

b4e9da5d15fe7d037044904a580eab559a7371be authored over 10 years ago
experiment with new hierarchical solver

f8151c01421d0dd10eb6f3fe243bdd7778d698ab authored over 10 years ago
Merge branch 'develop' into graph2d

Conflicts:
dist/vis.js
dist/vis.min.css
dist/vis.min.js

3a4232d1e8ff8da0bf4b4ce402e96cba38a662b2 authored over 10 years ago
fully finalized with docs and examples

5191e05dae4c008ffd206852e07ae66d79513816 authored over 10 years ago
fixed bug where slave right axis was not always scaling correctly, re-added forcing to date, appearently this was cached

ec61f459c5a193687160a373936448c501e34057 authored over 10 years ago
fixed multiline labels per #184

cdc64f9b2b89a9cd84ae87748fa3c729f375ea76 authored over 10 years ago
fixed mean bug by introducing to global time and screen, removed a lot of the dataset function usage due to them being VERY slow (15x speed difference!!)

c787a80f2114c4802759b05d11ab67ccef343609 authored over 10 years ago
optimized, 8 amazing examples, just docs left....

72c51e62f5b1569c1a8219517324944dbcb6e31d authored over 10 years ago
ready for optimalization.

6bbdfa5f694547d9947a5eaabfab9530b44a98a1 authored over 10 years ago
(re)fixed #181

3d4a969d7fa44d08c4f31c3d4a08331f5be4e713 authored over 10 years ago
more examples, working on performance example

ceafc74cb00e6b3b59ab5a7c5353831b0e306d39 authored over 10 years ago
updated dist with fix for #181, updated history.

55ebd8f15027794b298fa29234b567b7921a780e authored over 10 years ago
ordering tweak

0e582b4044aef778d77a7efb0784bbebc5644440 authored over 10 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

d62bee52585b45bc333f7d924bb929182937a9a6 authored over 10 years ago
fixed graph.storePositions() - bug introduced by experimental naming convention of Dataset..

e740f61ffb1fee4fe7dd3025cb91df472d530470 authored over 10 years ago
Creating examples, lots of bugfixes!

bd6c443d100256f394711b863ca42805c9a68377 authored over 10 years ago
Merge pull request #180 from vukk/develop

Make scaling factor of selected edges configurable, thanks Vukk!

76b99860e229fcf14848287c9bcfb9bd6d4d0a13 authored over 10 years ago
Clarify widthSelectionMultiplier documentation

ffe48722f85dde038965799e630393675f109654 authored over 10 years ago
Make scaling factor of selected edges configurable via widthSelectionMultiplier

f14e4545ac6c0dcf2b316593f39f9c042bb7f50e authored over 10 years ago
Merge branch 'develop' into graph2d

Conflicts:
dist/vis.css
dist/vis.js
dist/vis.min.css
dist/vis.min.js
src/DataSet.js
src/ti...

01923b5fee81904ceca092ab809c5c1fd0291073 authored over 10 years ago
fully functional!!

7261ca35788dd2574a3683bfc2a328a0675e64d5 authored over 10 years ago
structure, bugs, barchart, icons

1b633ed6ee79470abd9b208a6d7730bc6c2d07c9 authored over 10 years ago
extended selection API, deprecated setSelection as per #174

c8d840b7a52d21c6a2cabc9326609a19ffacbbbe authored over 10 years ago
Put release date of v2.0.0

6e191eecf07712d75e6869a62b730c9fffb32660 authored over 10 years ago