Ecosyste.ms: OpenCollective

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

github.com/visjs/vis_original

READ ONLY
https://github.com/visjs/vis_original

Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

91b6b3ac248066953f6b69952f91c600add9b3c4 authored about 10 years ago by jos <[email protected]>
Fixed a 1 pixel offset in the background panel used to draw the time axis.

c6ef9a2b4c229ab433039e3caf224bf85442fb25 authored about 10 years ago by jos <[email protected]>
updated example, updated history

297c74f8462b65fb523d2065b8e6d8ac568f544b authored about 10 years ago by Alex de Mulder <[email protected]>
added multiline text to edges, updated multiline code for both nodes and edges #291

1cecbb96ebb3ed7a2bee39cc52750775275d41b8 authored about 10 years ago by Alex de Mulder <[email protected]>
Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`.

f990f0912441563e9883b4d6737ff282b831090a authored about 10 years ago by jos <[email protected]>
Fixed #162: Implemented a new item type `background`

5391f7c29d8426cd7f8a0e896c3f6fc7608d8ef6 authored about 10 years ago by jos <[email protected]>
Docs updated. A litte refactoring

b0da7fe8cbbfdaeea851b84047262588c2e36eb7 authored about 10 years ago by jos <[email protected]>
Smarter check whether data changed when redrawing items. (See also #290)

b7a67920d5753cd840d48ec6afcc8b3b6e2a4392 authored about 10 years ago by jos <[email protected]>
Updated history

b393fd1756398f7f7f60fb0d32eba7c2ed2d463a authored about 10 years ago by jos <[email protected]>
Merge branch 'master' into develop

eb7b73359ba40fea693f2977026a62288f46bb15 authored about 10 years ago by jos <[email protected]>
Merge pull request #290 from dturkenk/data-attributes

Store additional item fields as data- attributes

ea08f62bbddd269dfa85d2781da5edf9027159bd authored about 10 years ago by Jos de Jong <[email protected]>
Update timeline options to include dataAttributes

4db0a9b4dd0c1215901f07c5e3218b24b5222944 authored about 10 years ago by Dan Turkenkopf <[email protected]>
Add data-attribute example

926bd0db3c95baa909bef0e8a48de1a73be14139 authored about 10 years ago by Dan Turkenkopf <[email protected]>
Define allowed dataAttributes as Timeline option

Read from an array of allowed dataAttributes at the timeline level and
write them as data- attri...

386035180e052ba8819a14026da5fd98ce79f72e authored about 10 years ago by Dan Turkenkopf <[email protected]>
Store additional item fields as data- attributes

If additional item fields are defined on the DataSet or array being
passed to the timeline, stor...

67915d58064565a4af364c3928c9698cb59f0829 authored about 10 years ago by Dan Turkenkopf <[email protected]>
Fixed #148: option `autoResize` not working on IE in case of changing visibility of the Timeline container element

dc1e13105ae57c57717da5ae513291012a8a50d9 authored about 10 years ago by jos <[email protected]>
Fixed #286: newly added item ignored when returning an other object instance.

9bd9e0dd318560715690451b1196b487b9f382b4 authored about 10 years ago by jos <[email protected]>
Fixed #284: Fixed the `id` field of a new item not correctly generated.

46454ca0f8dd304066c5ba8ca4fc3ac689efa9ce authored about 10 years ago by jos <[email protected]>
Updated dist folder

2ab5ad108a74c091d49ecdd30b524b03dc4ffcbb authored about 10 years ago by jos <[email protected]>
Merge branch 'master' into develop

eac1ef9fd50a24a2de94ee3a74ad5ed3d1d59bc9 authored about 10 years ago by jos <[email protected]>
Merge pull request #281 from Gregoor/master

Refactored data manipulation connect handling

a0851af39e183a63ddfeb34c5118fffaffb6f011 authored about 10 years ago by Jos de Jong <[email protected]>
Fixed #279: `className` of groups not being updated when changed

23cb1da05f5f9d03a985c564d03cc520cbe9bdd6 authored about 10 years ago by jos <[email protected]>
Updated history

e146dc63d79f16e33c7d51ec79587096c09abc7f authored about 10 years ago by jos <[email protected]>
Refactored data manipulation connect handling

0285d3139f451a7b2d1e4747d473db2445e002f3 authored about 10 years ago by Gregor Weber <[email protected]>
updated gitignore

eda0eb235146a68cb8cbfbc8613dffc727b5020f authored about 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #278 from sfairgrieve/develop

[Network] Added support for a broken image fallback when node image fails to load

a45bf08c83781b57165849669f49a0c9abbf09ba authored about 10 years ago by Alex <[email protected]>
Updated network.html documentation to include brokenImage property

edf199a8d3f803277d3d3c4b7c6c5c8e43df132e authored about 10 years ago by Scott Fairgrieve <[email protected]>
Update network/node image code to allow for specifying a broken image url to use when a node image fails to load

2ca1972f01ae1bd5483aff66ac5dc3c5ca7ad733 authored about 10 years ago by Scott Fairgrieve <[email protected]>
type in docs

eae6753c29c0f22b41116e4b71123346d302b5f9 authored about 10 years ago by Alex de Mulder <[email protected]>
updated history

1d1d64b487875fb962d73a9f9e69acdd244459b1 authored about 10 years ago by Alex de Mulder <[email protected]>
cleaned up docs for network, added fontfill for nodes

c1bff7c986549caf7e7941ceb6a59b64a230c583 authored about 10 years ago by Alex de Mulder <[email protected]>
cleaned up the setSize function

6891b4bf2a9d432baf447a9071898b27729b3a80 authored about 10 years ago by Alex de Mulder <[email protected]>
Updated version number to 3.3.1-SNAPSHOT. Fixed moment.js urls in some examples. Fixed position issue with close button of the Network manipulation menu

8b1a90cc9ffc9bd230a892818805592e46d155d7 authored about 10 years ago by jos <[email protected]>
Released version 3.3.0

43589cdc1aede8a5eb6f8469f872e7e86da5bbce authored about 10 years ago by jos <[email protected]>
Fixed #243, Fixed #270: Implemented support for option `align` for range items.

940e9033421ebfe7190991887e8632b7f3dadf0b authored about 10 years ago by jos <[email protected]>
Introduced a new layout algorithm for the hierarchical system based on the direction of the edges.

4751cd5258bc5ee673c20f734795f6d282e01f07 authored about 10 years ago by Alex de Mulder <[email protected]>
changed movement parameter to only say stabilized if the support nodes are stabilized as well, though retaining the demand that both nodes and support nodes are stabilized before emitting event and stopping simulation.

66c788b9b424d3fa5c477a63437f862dbe4f4db1 authored about 10 years ago by Alex de Mulder <[email protected]>
fixed bug where loading hierarchical data after initalization crashes network

eb438156b78fa50123c459452abadc74a873efb6 authored about 10 years ago by Alex de Mulder <[email protected]>
Stabilized event firing repeatedly again

8965e56a502d1c9f0c522007564bea15691595f8 authored about 10 years ago by jos <[email protected]>
Updated docs

39b3b6aa73e1f56ccbb0ef6733d95329e6674cdc authored about 10 years ago by jos <[email protected]>
Updated docs

fca674c14dcc7f66b04d66506bfef8305dace9f0 authored about 10 years ago by jos <[email protected]>
- Fixed the `'stabilized'` event, it's now guaranteed to fire only once and fire after the graph is fully stabilized.

- Fixed an initial rendering before the graph has been stabilized (introduced at fixing #131).

37e5003f2c49968ddc199fe958e4e3a1c8f4a144 authored about 10 years ago by jos <[email protected]>
Updated folder dist

7ab627639d3c3f4feca58a7bd0d84ad40cc9bdf1 authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

89894de07e9dd1a47fe412d3a2c3ef402ca6b777 authored about 10 years ago by jos <[email protected]>
Implemented a new callback function `onMoving(item, callback)`

7672da4a78e2d9e7aa98981c5d06cbf391e74792 authored about 10 years ago by jos <[email protected]>
A fix in applying fit on initialization of the Timeline

e7ec9a669a5989405c439cce64532c5e7fe25adc authored about 10 years ago by jos <[email protected]>
Fixed animation in Graph2d. Some fixes in animation

9927010d9a2efb05bbdd9e077234c42182318c03 authored about 10 years ago by jos <[email protected]>
changed edgewidth when zooming, scale normally with min width of 0.3 px

83f613beeb6a0ead58d79ef06a031269696a0628 authored about 10 years ago by Alex de Mulder <[email protected]>
reverting example

b0eecf471e6642e7913166e949c910d65ae5a8dc authored about 10 years ago by Alex de Mulder <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

894a590fbe98e868bd94530b1e2e99b424814d24 authored about 10 years ago by Alex de Mulder <[email protected]>
fixed broken example links

7b0feeffc23c2c1b598843ea9c10fb19e84d72b7 authored about 10 years ago by Alex de Mulder <[email protected]>
Oops. Move the shared function `fit` back to Core

12f11ed8d52457e136736eb863f40f9989b6b121 authored about 10 years ago by jos <[email protected]>
Extended example 22

c274c092cc4058e0ac35bd4dc127a9c55e2b12b1 authored about 10 years ago by jos <[email protected]>
Updated dist folder

1082f500f15c8f7d7e3bf35c9d03126941f3cdfe authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

d463a2cfad48fa0a0b46002977b146ae0e66f96a authored about 10 years ago by jos <[email protected]>
Added example 22_window_adjustment.html

95127c0683f542dadceb2691631b45756ee4161d authored about 10 years ago by jos <[email protected]>
Implemented function `moveTo(time, options)`

d2591a8dc3d1533887b3ec363a1135dfe87ad158 authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

311f1c84db9f5a697c332a5453518af4947287e8 authored about 10 years ago by Alex de Mulder <[email protected]>
added optional insertBefore in utl.getDOMElement

baf863859ab84e18a37c61d7f425f26a00ef7260 authored about 10 years ago by Alex de Mulder <[email protected]>
Updated docs

0cc35546e01c95f9f0b57644797c4b453608fe92 authored about 10 years ago by jos <[email protected]>
Some indentation fixes

da86c9521bbec733726c97f4e2ded8c8aaa6e995 authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
HISTORY.md
docs/graph2d.html

c1449952893d8e491c9f491be85f1e0d125fc11f authored about 10 years ago by jos <[email protected]>
Fixed #171: Implemented functions `setCurrentTime(date)` and `getCurrentTime()`

1d21066ee2bc5bb2cdbe45c421d831aa39739503 authored about 10 years ago by jos <[email protected]>
Docs updated

010ac66ddf04f393658dafaf87aaae2fc1d8a8ff authored about 10 years ago by jos <[email protected]>
Implemented animated range change for functions `fit`, `focus`, `setSelection`, and `setWindow`.

1d70335b1aac5d5498604a4fdd578bc7b532c1d0 authored about 10 years ago by jos <[email protected]>
bugfix

1a9b680cd6f0fa9e0785e32b9d95560413b36d0f authored about 10 years ago by Alex de Mulder <[email protected]>
updated dataAxis and legend to also make use of the instance based groups.visiblilty option

e1a2fb224d343559137cac7d52dcef45c4396ae2 authored about 10 years ago by Alex de Mulder <[email protected]>
updates vis dist and history

7e8246b1510d31e46d20b88dfa5fee363abd8963 authored about 10 years ago by Alex de Mulder <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

a9822e64519b2c43c88138f1aa880c8afa27fc4e authored about 10 years ago by Alex de Mulder <[email protected]>
Added the groups.visibility option and example

0d8aa7ccc0e1222b95991efb9f44ba11e4996dec authored about 10 years ago by Alex de Mulder <[email protected]>
Updated dist folder

6db884f76e05dae6ea3e9f3ffec4512a4d97bc0d authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

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

4ddb112e936ac8cc97d7d9603a408b3e0705c50b authored about 10 years ago by jos <[email protected]>
Added an example set selection. Some minor fixes and improvements in setSelection

09cb25296dbee9b2574162e1c75d18e1c9ffe359 authored about 10 years ago by jos <[email protected]>
fixed bug when hiding Y axis, redraw is not always successfully performed

5eab978debfa56bb421f925a8f3ad876d5ab947f authored about 10 years ago by Alex de Mulder <[email protected]>
Fixed #230: Implemented function `focus(id)` to center a specific item (or multiple items) on screen

b2d406e446c2beda3d89a27542c4843b4d2624af authored about 10 years ago by jos <[email protected]>
Renamed "Link" to "Edge" in manipulation menu

93604346783f61abd96d5bd7cd81b1b38c529aed authored about 10 years ago by jos <[email protected]>
Restored the `Timeline Options` section in the Graph2d docs

13472449d09d7367c822bea677559a4a1bb6b7fe authored about 10 years ago by jos <[email protected]>
Renamed option `activatable` to `clickToUse`

ab869c1bcd75cf58900928538f81243b8d86a2fc authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

9b7360b5566373695f4a8aeb332be96253049535 authored about 10 years ago by jos <[email protected]>
Fixed page scroll event not being blocked when moving around in Network using arrow keys

5d4044f9883116eb185a9c67cfe009bd3ae4727b authored about 10 years ago by jos <[email protected]>
Implemented `activatable` support for Network

55e2004732b4a4991d75539cc49fe403518dd74a authored about 10 years ago by jos <[email protected]>
Implemented option `activatable` for Timeline and Graph2d

0808f0a891bb9fe508dfb4cc3413b12efcd36936 authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

8cdde276d0f3637be3c4062bea7d8c435706eb93 authored about 10 years ago by Alex de Mulder <[email protected]>
Fixed bug where empty groups would crash graph2d, cleaned code

c5f4b2afcd9d7b98956ac7ee46b8f2591b1999d9 authored about 10 years ago by Alex de Mulder <[email protected]>
Timeline and Graph2d now extend Core instead of loading it mixin wise

a2c9433601d520fff88f6addf5834a32e7d6e0a8 authored about 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

0899c1aad799101d4b6fa68022bf03ec3eb7ae71 authored about 10 years ago by jos <[email protected]>
Removed redundant z-index

492f1710bb487dcd6177974f4552c6753704e1a2 authored about 10 years ago by jos <[email protected]>
Some simplifications in html/css of manipulation mixin

1820228b6efb77a6b3633542db6a3705bd56b670 authored about 10 years ago by jos <[email protected]>
Some css improvements

904b9e7b562aa04aae1f28ed8dad44ae6722a378 authored about 10 years ago by jos <[email protected]>
Dots of items are now attached to the top panel instead of background panel (no need for z-index tricks)

9d45d947e5f910a52830a4efe4464435501f0063 authored about 10 years ago by jos <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

Conflicts:
dist/vis.js
docs/graph2d.html

8dd36d1fa3b45a996ee986199604bacdfa63f18a authored about 10 years ago by Alex de Mulder <[email protected]>
fixed small bug in network, refactored graph2d. Added handleOverlap for barcharts

a4b93521505b2d4cbbc06a37be264cfb76de2d0d authored about 10 years ago by Alex de Mulder <[email protected]>
Updated /dist/ folder

613030e99d262e18412ff45886905111d451d043 authored about 10 years ago by jos <[email protected]>
Implemented localization for Network

57374b33aaf1f252f0e709561c0a15b40427aed6 authored about 10 years ago by jos <[email protected]>
Created a separate locales.js for Network

e207d2f1a8b1fdb69858128e15eb6315094a3f14 authored about 10 years ago by jos <[email protected]>
Replaced most alert(...) with throw new Error(...). Added two more entries to labels

db4c1388108d658ea53ed9f00c4087ca54ef9eba authored about 10 years ago by jos <[email protected]>
Updated graph2d docs

1893ac654f082089616a56a0745facb835127a4d authored about 10 years ago by jos <[email protected]>
Implemented localization in Timeline and Graph2d

26ca73dff58c09967bbe2e5993f24715237a7919 authored about 10 years ago by jos <[email protected]>
minor doc update

9e9508fe7402a8b3c2e354b9a2373d328a6385fd authored about 10 years ago by Alex de Mulder <[email protected]>
Added customRange for graph2d Y axis

f62fa6d76e907b70a4745619b306dfa5c040cadc authored about 10 years ago by Alex de Mulder <[email protected]>