Ecosyste.ms: OpenCollective

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

github.com/visjs/vis-graph3d

📊 Create interactive, animated 3d graphs. Surfaces, lines, dots and block styling out of the box.
https://github.com/visjs/vis-graph3d

Replaced logo

a8356ebec448a96d0988708c3994d2de1e2d5c9f authored over 11 years ago by josdejong <[email protected]>
Updated version number to 0.1.0-SNAPSHOT

19d84734eba003a6adda7995012995aecb3be162 authored over 11 years ago by josdejong <[email protected]>
Index page updated

2914715858585e8f2194476e14718f0651def4ea authored over 11 years ago by josdejong <[email protected]>
Created gallery

db7cf5f85b7d5a40dda574a2e32f34819634a162 authored over 11 years ago by josdejong <[email protected]>
Added docs and examples

49a00ceb5aabeda232672ec796e02d74ec251c7e authored over 11 years ago by josdejong <[email protected]>
Released version 0.0.9

6f2ca7c4bf2b663d3c8fba8fd8bdaf9a0b023eeb authored over 11 years ago by josdejong <[email protected]>
Created some screenshots from examples

5445b342e62d9fe41f8b1055ddd58ab4744103d5 authored over 11 years ago by josdejong <[email protected]>
Renamed options for dashed lines in Graph

ec091ea50aa9e97e7415c31609e5bd0350eae1ec authored over 11 years ago by josdejong <[email protected]>
Added and renamed some examples for Graph

06d0708c667375c6f3921f048686461172f8f902 authored over 11 years ago by josdejong <[email protected]>
Graph: renamed shape 'rect' to 'box', changed default shape to 'ellipse'.

c7f1b281420aa9b82438f5cc77d7d5ac7e99f5dd authored over 11 years ago by josdejong <[email protected]>
Implemented ellipse shape in Graph

e1dbaf2461a95b016fec07ad0b4cd06e6fd63ba8 authored over 11 years ago by josdejong <[email protected]>
DOT parser didn't like `\r` characters

68331e2c21a197cfdab0bd5ea3ea1db39094d042 authored over 11 years ago by josdejong <[email protected]>
Fixed a naming typo

beeba39a1c99f738efa202f6942b5c29c489899c authored over 11 years ago by josdejong <[email protected]>
Removed border and background options for the frame (should be done using css)

b7fa098b65398d6ceac5a9f5484977b9488f1944 authored over 11 years ago by josdejong <[email protected]>
Changed color options to an object with properties for border, background, and highlight color.

21f355bc502c3d949ce685a8a86c5a98d1168e21 authored over 11 years ago by josdejong <[email protected]>
Added examples from Graphviz gallery

aff8968ab3d7bfc79c10a73953ee791c518fcbac authored over 11 years ago by josdejong <[email protected]>
Renamed line style `arrow` to `arrow-center`, and `arrow-end` to `arrow`.

ef6570b01ecae3db64d2307a1fd4a36ec1d2f6e9 authored over 11 years ago by josdejong <[email protected]>
Some fixes in the DOT parser

c87f1574b265a6778d6566d011845fbb2a918635 authored over 11 years ago by josdejong <[email protected]>
DOT parser rewritten

c4308beb6744a8f1dbed4ec0e2f8e3553b0f0bbe authored over 11 years ago by josdejong <[email protected]>
Simplified example

b2e7de89a8904a54f05873e8c319f8611090e7f9 authored over 11 years ago by josdejong <[email protected]>
Added another Graph example

d17de00b6962343effb9e615733b33e6f3f62325 authored over 11 years ago by josdejong <[email protected]>
Renamed Graph property style to shape, and text to label

6d0f19f5f2c94c8687213e51b93793ca3916c286 authored over 11 years ago by josdejong <[email protected]>
Implemented DOT support in Graph without need for a separate parse step.

67581d339068fb5450f85bc9804bdb4f2a615b3e authored over 11 years ago by josdejong <[email protected]>
Created an index page for the documentation, added another example

49a9d6e9400682ba23e600e0ab88fb3798081776 authored over 11 years ago by josdejong <[email protected]>
Added documentation for the Timeline

664a27018fa1ffbe5f610b56d191bd93b2935dc7 authored over 11 years ago by josdejong <[email protected]>
Added documentation for the Timeline

1de8480ad81fe7408c7a2f89fb4abea3b0c2614b authored over 11 years ago by josdejong <[email protected]>
Moved the source files around

0a3b0c017ff2ae598dbe3194b057b54369b1eb99 authored over 11 years ago by josdejong <[email protected]>
Improved Graph constructor and method setData

8f3cab8d44c1a25ba773971ebbe833c1d08c3751 authored over 11 years ago by josdejong <[email protected]>
Splitted Graph.js into a file for every prototype (Node, Edge, ...)

8f9d9e9d981beb71b531b20db395d82f7bbf580f authored over 11 years ago by josdejong <[email protected]>
Renamed source files to match the name of the containing prototype

cac61db0682dbf3278f24533bb7820dcd006fa94 authored over 11 years ago by josdejong <[email protected]>
Graph uses util methods from vis.js now

3b6af1cfeb57e598e706c1bb94b1c45da75c1730 authored over 11 years ago by josdejong <[email protected]>
Removed history/animation support from Graph

6bbeb21befa97ed9ff61d8fc5d2eecf4c6ca93e9 authored over 11 years ago by josdejong <[email protected]>
Removed line styles moving-arrow and moving-dot from Graph

7acf2c414cf3c25a460fc9993e8d465ffeb807d5 authored over 11 years ago by josdejong <[email protected]>
Removed packages support from Graph

aa0d5204dd928ed4205b2ac4acfd0816a6b7ef65 authored over 11 years ago by josdejong <[email protected]>
Removed appending data to Graph

c29f24c54de8cce5d2282294f6cababf24026505 authored over 11 years ago by josdejong <[email protected]>
Simplified Graph constructor

47b089231a06149a53b6b67e061a097bc45f77c4 authored over 11 years ago by josdejong <[email protected]>
Removed DataTable support from Graph (will be back when vis.DataSet is supported)

2e5f836ed22040623aac031eaaaff52e8bf43e9c authored over 11 years ago by josdejong <[email protected]>
Imported Graph documentation from former project

28efe5fe12198f8db081a22162c22b0be1180f96 authored over 11 years ago by josdejong <[email protected]>
Initial import of Graph (formerly Network visualization)

db2011e0145c4a4da973b99c3370879772d6e09f authored over 11 years ago by josdejong <[email protected]>
moved some source files around

d93b5fc507b1a86753ad4d8b96cd477da17b1d9e authored over 11 years ago by josdejong <[email protected]>
Implemented ordering for groups

1954b04305596f5f51eeabfaf1b86db58196e979 authored over 11 years ago by josdejong <[email protected]>
Implemented option order in DataSet and DataView

1a33fe46fedaf8d29437eea718e0d51cb09c7b41 authored over 11 years ago by josdejong <[email protected]>
Fixed items not automatically being repainted on changed data

5dd8a6939518213cc99f6a939252b0a9d1e201af authored over 11 years ago by josdejong <[email protected]>
Some more decoupling of components options

84e0046a64a222dd134111e01058013bdbd2d25c authored over 11 years ago by josdejong <[email protected]>
GroupSet now reckons with changes in the connected DataSet with groups

68f5e1d06f7cadb98d562cf157bf5fad774cb0d9 authored over 11 years ago by josdejong <[email protected]>
Simplified component relations in timeline

d38a8d6fe03ca1a2d69f5c5a3709dccd5099a549 authored over 11 years ago by josdejong <[email protected]>
Changed propagation of options in components to a prototype based solution

866d15d4ae28df2db8044470b9d6721b50f0275c authored over 11 years ago by josdejong <[email protected]>
Created component Group

27d5552f8f9785c18a2290b6017e0b75a66c264e authored over 11 years ago by josdejong <[email protected]>
Renamed some properties for more clarity

ffb3a406af9e46af7db2fe26c94f100f4c83aff8 authored over 11 years ago by josdejong <[email protected]>
DataView correctly translates and propagates events, as seen from its own point of view.

66abf07b2d366ffa762e69d4ee9dfe1585cbb62d authored over 11 years ago by josdejong <[email protected]>
DataView and grouping in action

8bd48c0e8a9e31a8408d29c9bc2212384f8f84d4 authored over 11 years ago by josdejong <[email protected]>
Replaced all forEach with old-fashioned but wau faster for loops.

875bfd9774a7d15cad121400f5878617fa683cd2 authored over 11 years ago by josdejong <[email protected]>
Improved getting items (casting and filtering).

6c31a27f8ffeaa0098281ccd1354c9c38b1b24ad authored over 11 years ago by josdejong <[email protected]>
Implemented DataView

f19e8325cfea729f009902a37bc75fbac110450c authored over 11 years ago by josdejong <[email protected]>
Simplified subscription model

50ac3b923dffbb4d79d0f0946be0d6eb1039951e authored over 11 years ago by josdejong <[email protected]>
Made method add more strict: will not overwrite existing items.

aefe4b1f0dc85145859a8370da57f8310e672d43 authored over 11 years ago by josdejong <[email protected]>
Improved/clarified argument handling of DataSet.get

071382fb1e41cabe800cddac9a5496071eac7b19 authored over 11 years ago by josdejong <[email protected]>
GroupSet now neatly handling chances in groups data

2db9dda7c9bad7dfcdfe14746b03d716648ddbcb authored over 11 years ago by josdejong <[email protected]>
Fixed not cleaned up elements in timeaxis

713753ffbc9cd2c6d6ffe1019e4f58d0b67305f6 authored over 11 years ago by josdejong <[email protected]>
Halfway implementation of groups

7b17acd362f78c1952e4b95489af217e088420d8 authored over 11 years ago by josdejong <[email protected]>
Implemented a remove method for the controller

7efe543431463e89106f4a4e932498e825cb5ad6 authored over 11 years ago by josdejong <[email protected]>
Implemented methods show/hide for components

3e04e856cbbf9650e079382bf0d0ab870366bd3e authored over 11 years ago by josdejong <[email protected]>
Old items are removed now when replacing the dataset of an itemset.

4970d008fe397cf6a3898c4b61125c9329bf24f7 authored over 11 years ago by josdejong <[email protected]>
Implemented methods map, forEach, added filter option to method get

3e08af5e6b5f0f04fdbf5c3926cc7311765b9380 authored over 11 years ago by josdejong <[email protected]>
Some fixes/improvements in calculating the height of the stacked items

0191ceaa880d7a075fd61209cc3af16a1140d2da authored over 11 years ago by josdejong <[email protected]>
Added method distinct

b4823e34dd9ed840b6c7c34892b915155809604e authored over 11 years ago by josdejong <[email protected]>
Fixed code examples on the home page

1e492accfab7eea15880c8a5e9b043371ea76d93 authored over 11 years ago by josdejong <[email protected]>
Updated home page

807fe3b0af4e96e9d765c3edbe6eaab3806778cc authored over 11 years ago by josdejong <[email protected]>
Released version 0.0.8

7069762cea0c8ac47e09cd314c6a15b87118ae8e authored over 11 years ago by josdejong <[email protected]>
Added HTML data example

00dda45f0f5b4eb8e35077f902f593b85812109b authored over 11 years ago by josdejong <[email protected]>
Added support for Moment in the DataSet. Neatened the examples.

d604579fa10617d66b8d9df03849ad1ce123dc86 authored over 11 years ago by josdejong <[email protected]>
Some obvious performance improvements

297f8c37270cf6438c2befa9468bc6df80949c27 authored over 11 years ago by josdejong <[email protected]>
Only visible items are rendered now

a54d3d1ee8aaf0d7b2ff4e580d6f25fa73ea1e17 authored over 11 years ago by josdejong <[email protected]>
Added an option to force a reflow/repaint instead of kindly request it

4f4e77d3da8a5eee81f22516a6b2d3a1238c7250 authored over 11 years ago by josdejong <[email protected]>
EventBus.off is more flexible now

8c003dc72bb036d767846a577365a036311abd7a authored over 11 years ago by josdejong <[email protected]>
Implemented a simple eventbus

106035a5c0aefcd900c3211ee7470dadc9bfa906 authored over 11 years ago by josdejong <[email protected]>
Made project name in header static

95344fc9a5696ef8621e46d853c47da708b686c0 authored over 11 years ago by josdejong <[email protected]>
Moved module files in a separate folder

1c455d22f5b71f2d05aefb4fadcda3f6ded9e364 authored over 11 years ago by josdejong <[email protected]>
Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy)

f4a14ed9964fd070007a4fff065dda97c7c4cccc authored over 11 years ago by josdejong <[email protected]>
Added a simple tool to watch for changes in the source and automatically rebuild vis.js on changes

74a2fb034746f4ccc2676dbc12bb70b09f637a1a authored over 11 years ago by josdejong <[email protected]>
Added a simple tool to watch for changes in the source and automatically rebuild vis.js on changes

d67a88897b0a0f36dfa155c05ac9813a6ddea069 authored over 11 years ago by josdejong <[email protected]>
Released version 0.0.7

a0537b04e953c30437fc26077c1d5eb0a76fb215 authored over 11 years ago by josdejong <[email protected]>
Released version 0.0.6

e4211dab8af4d52564b8f4ae1ac003b2597caa83 authored over 11 years ago by josdejong <[email protected]>
Applied node style dependency management, using browserify now to bundle the code

b67ec8ff3f00221e18df34ab5036cc24dcb39639 authored over 11 years ago by josdejong <[email protected]>
Changed the dom of the itemset, added an axis element

75ddda152577122036446ede11fa68bbce7caf7a authored over 11 years ago by josdejong <[email protected]>
Split the dom for the itemset in two sets: foreground and background (instead of ugly z-index tricks)

6d07b98d5c22f93e5dfca7ff4288b5cf1dee57c7 authored over 11 years ago by josdejong <[email protected]>
Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js

e768b0eaa950b374ce4806b380b3c5ef815f37d4 authored over 11 years ago by josdejong <[email protected]>
Implemented namespacing, closure, and support for require.js

084e3f97f2e83088d88236520c4700720152d13f authored over 11 years ago by josdejong <[email protected]>
Implemented automatic start and end based on the data range

5b2837e72f81513fc860ef2a6745fe55a1cc12cc authored over 11 years ago by josdejong <[email protected]>
Css is now packages in the js file.

03f4a272fc9109f83a2b8ee88e987f2a688b778c authored over 11 years ago by josdejong <[email protected]>
updated ignore list of component.json

19fc4defa96ffc31b722cc3b6d6a7ccfc6f245a1 authored over 11 years ago by josdejong <[email protected]>
bower.json seems not to work. trying component.json...

05de5701d88e3c98f38e811382a934e845b939e2 authored over 11 years ago by josdejong <[email protected]>
Bower package file updated with ignores

d89c59399566da219e05e73c8ced8dd99b0f6d29 authored over 11 years ago by josdejong <[email protected]>
Changed build script to generate a single library vis.js in the project root

c65b08b050260e810fe3996ac90029cca9d5c601 authored over 11 years ago by josdejong <[email protected]>
License information added

8a6e1626fe84fc7ec040a1ec813f72272c21e94f authored over 11 years ago by josdejong <[email protected]>
Bower package created

b253c410cf84c077f9574b13d3d672eff77bccfa authored over 11 years ago by josdejong <[email protected]>
Readme updated, example added

5817c52c29f52141006d5090a1034f1acefc7933 authored over 11 years ago by josdejong <[email protected]>
Logo updated

43145262773b07df92e3c69637c8b6ae8d384da6 authored over 11 years ago by josdejong <[email protected]>
Logo created

757290e77678dd285cef081901141f77430212db authored over 11 years ago by josdejong <[email protected]>
Keywords and title updated

e97d7d21182563dd6a3ef07931403cebfbd8420a authored over 11 years ago by josdejong <[email protected]>