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

Improved hiding non visible items in Timeline

b542d43d12972607546a7127ca006a5100ea7431 authored over 11 years ago by josdejong <[email protected]>
History updated

d6b57b0e57fd04d76f017e3e0759bfc33db25468 authored over 11 years ago by josdejong <[email protected]>
Graph is robust now against edges connected to non existing nodes

7ad93c9ff75c5aa1990a6bc556d0f165aba056ee authored over 11 years ago by josdejong <[email protected]>
Fixes and improvements in DOT parser regarding subgraphs

e79d816b0e939e0c6ee546973c9bffde830b98b7 authored over 11 years ago by josdejong <[email protected]>
Graph now uses an id based set of nodes and edges instead of a row based array internally, and supports DataSet

7c3ed40536ac46c47675a00fe8caf957ff61751a authored over 11 years ago by josdejong <[email protected]>
Added drawing with schematic overview of vis.js

1703483bc2936e9a341e5bf5c2a0a8aa691997ea authored over 11 years ago by josdejong <[email protected]>
Change range content to overflow nicely if the range width is smaller

than the width of the text. This prevents range items with longer text
lines from being completel...

812dee30ac99931a1b9787fb443007caf271fae7 authored over 11 years ago by Eric Gillingham <[email protected]>
Added another screenshot on the dot language playground

8af6c082c20e3d50cb2e8c4cecd1f74c84de5112 authored over 11 years ago by josdejong <[email protected]>
Implemented support for id:port in DOT parser

37ea6eaa9e5af51505f90981c849cc73995f8fdc authored over 11 years ago by josdejong <[email protected]>
Minor improvements in the DOT parser, better error handling

9e161ef3814c15b360e00b1e7adfc034dc7b80da authored over 11 years ago by josdejong <[email protected]>
Implemented subgraphs in the DOT parser

b0dda31e6d8b7c8e89aa561358a5982ba301509b authored over 11 years ago by josdejong <[email protected]>
First steps in supporting subgraphs in DOT parser

d34b93d16fd612162899fabd07d69004b9a1b3d1 authored over 11 years ago by josdejong <[email protected]>
Implemented support for node sets in DOT parser

b3d2a1499a05db5ee39a444c443f91901b5e4814 authored over 11 years ago by josdejong <[email protected]>
Added support in DOT parser for attributes with namespaces (like color.border=red)

2a4877175d244d77e7cb7096d3f1c975344cc6d8 authored over 11 years ago by josdejong <[email protected]>
DOT parser does now maintain order of nodes, is returned as an array instead of a map

44562dc2050f50733c23e82a74cfcd2efba0ec0f authored over 11 years ago by josdejong <[email protected]>
Minor style improvements

a16e8e72399b5db8424537e559b794741f52b42b authored over 11 years ago by josdejong <[email protected]>
Replaced logo

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

00981f16d129db715d5b65b6efdc10e76232e6ab 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a28c3640e1e57f45e46d3ab764da13656e1cbb5f 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

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

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

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

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

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

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

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

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

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

d4d5e19294a193bd02b83ca4b82753570daef284 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)

c5d7a9a9a5ce28e71f27efe2f42c24dfd3b86aad authored over 11 years ago by josdejong <[email protected]>
Fixed broken test files

b2b66d32cdd89f29fe63746a7f0c64844505a6a6 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

f98bb4410c6c999bb6d1d90f3f5e51721553c044 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

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

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

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