Ecosyste.ms: OpenCollective

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

github.com/visjs/vis-data

🗄️ Manage unstructured data using DataSet. Add, update, and remove data, and listen for changes in the data.
https://github.com/visjs/vis-data

Moved source code from `/src/` to `/lib/`

83a958c35fd39363c0be8fb412b1a6295731de5e authored over 10 years ago by jos <[email protected]>
Updated version number to 3.0.1-SNAPSHOT

4c93f4fd6de1b7981c357857ea081d2dc7e8c280 authored over 10 years ago by jos <[email protected]>
Merge branch 'develop'

Conflicts:
HISTORY.md

4020d317f2365b3e375ee8a43e2b90eab12365be authored over 10 years ago by jos <[email protected]>
Released version 3.0.0

a791463171cd2d9331b993f28a97ad6abe5e3303 authored over 10 years ago by jos <[email protected]>
Added support for title for both items and groups

84f1e0736bb702d1007eac19de6047785f7a0abe authored over 10 years ago by jos <[email protected]>
Renamed Graph2D to Graph2d in the docs/examples

2c65cda10229ca0d2bede7a4f84cd530155bdffd authored over 10 years ago by jos <[email protected]>
Updated exports

2c2609a4c5a6c35dc78a61848a4450864d3e1a19 authored over 10 years ago by jos <[email protected]>
Described the used technologies for each of the visualizations

ec9efb0ed75da98cbe6f64e7b063bf8d3cc46e2c authored over 10 years ago by jos <[email protected]>
Fixed `DataView` not working in Timeline (see #195)

56b6ac4ec11bb05271d579b2683ab466ed637fed authored over 10 years ago by jos <[email protected]>
Fixed scrollTop offset issue

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

33948ee544bb73257cfe66f130976c28a7f4ee73 authored over 10 years ago by jos <[email protected]>
Fixed #186: ranges in the Timeline sometimes overlapping when dragging the Timeline

4c27c3b8820ef53470e3e39149811cf8aaffc969 authored over 10 years ago by jos <[email protected]>
checked refactor, fixed bug multiline comment

a6502f4527fee97e99336f4efdc7b9c12bc23aa0 authored over 10 years ago by Alex de Mulder <[email protected]>
Fixed tests and a typo

f5f662b6b83504db0a022443eccc1fbef26e8142 authored over 10 years ago by jos <[email protected]>
Renamed option `dragGraph` to `dragNetwork`

b998c33794a1cac17d174539de1858120bf30c56 authored over 10 years ago by jos <[email protected]>
Refactored more code from `graph` to `network`

79ea160764db1fc1b60a64870067c84a80461db2 authored over 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/graph2d' into develop

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

803dfc335ba8506e511aadeaa373781c79de32b1 authored over 10 years ago by jos <[email protected]>
Refactored more code from `graph` to `network`

28db85581b03ba13c93a88f65d72cc411b251bda authored over 10 years ago by jos <[email protected]>
Refactored more code from `graph` to `network`

06049304ec59c3b71724d97a541268acaec3f0c1 authored over 10 years ago by jos <[email protected]>
refactor: graph --> network

da04b19e9be75b070af3b491b83c8c759840d00e authored over 10 years ago by Alex de Mulder <[email protected]>
Merge branch 'graph2d' into develop

86d3ffb4034fafecf384690a2fdace7638a1b472 authored over 10 years ago by jos <[email protected]>
bugfixes (sampling, timeline)

4b5fe4d776fab2e4a30cdbfef5fc83b31893448b authored over 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #190 from jeroencoumans/develop

Allow per-edge hover colors

9bc15fe3954118dbe6d6a1e203e99e505b79825f authored over 10 years ago by Alex <[email protected]>
Allow per-edge hover colors

863f6a1e2218e0a56959f3f06400dfbb18ad60bf authored over 10 years ago by Jeroen Coumans <[email protected]>
experiment with new hierarchical solver

e571b260789e92ebd2c9ff0e1692d6ec07caab72 authored over 10 years ago by Alex de Mulder <[email protected]>
Merge branch 'develop' into graph2d

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

0c3a1001e5fe09f807b5e39743f2dc0e398bc476 authored over 10 years ago by Alex de Mulder <[email protected]>
fully finalized with docs and examples

12553f804fbca1e7e0532b22043fcd22fc22dfb4 authored over 10 years ago by Alex de Mulder <[email protected]>
fixed bug where slave right axis was not always scaling correctly, re-added forcing to date, appearently this was cached

cd5aee8ab8a21026caf5a65db14accd02ba93c7e authored over 10 years ago by Alex de Mulder <[email protected]>
fixed multiline labels per #184

e9643f79f839e87f0660e7aa5f848c64f9ce373b authored over 10 years ago by Alex de Mulder <[email protected]>
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!!)

76ae6b8ff6294a39722e83645cffacd79a0ff26a authored over 10 years ago by Alex de Mulder <[email protected]>
optimized, 8 amazing examples, just docs left....

9d607b33997b4ddd87a8fd65eb9f11874e589f9c authored over 10 years ago by Alex de Mulder <[email protected]>
ready for optimalization.

a970dafbcc2083a4c3b6dc75a0c2db3bfadbaba4 authored over 10 years ago by Alex de Mulder <[email protected]>
(re)fixed #181

031a82df29e9286aacd4c0953d1c3b9e374bd7df authored over 10 years ago by Alex de Mulder <[email protected]>
more examples, working on performance example

9f1a6bbe156c620fa234dde166d60e7619c58450 authored over 10 years ago by Alex de Mulder <[email protected]>
ordering tweak

74030032fe462b54c5283c4bf95266d3cc06c587 authored over 10 years ago by Alex de Mulder <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

21419111c32c7d90d33a414caf39e8f491d33543 authored over 10 years ago by Alex de Mulder <[email protected]>
fixed graph.storePositions() - bug introduced by experimental naming convention of Dataset..

1f88b1044c3387428b71d752cc1d2cca910b3945 authored over 10 years ago by Alex de Mulder <[email protected]>
Creating examples, lots of bugfixes!

58df6220dc26a598248bb7998a78603771979d92 authored over 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #180 from vukk/develop

Make scaling factor of selected edges configurable, thanks Vukk!

7482c2f6eb0c0f34013ea18574ea5e0b2fc48385 authored over 10 years ago by Alex <[email protected]>
Clarify widthSelectionMultiplier documentation

9bc6007d2674dbc0a247cabb604ad8bf6430baa8 authored over 10 years ago by Unto Kuuranne <[email protected]>
Make scaling factor of selected edges configurable via widthSelectionMultiplier

acbe30e834f06d6e5be3705d1ab69722134e1615 authored over 10 years ago by Unto Kuuranne <[email protected]>
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...

6398b64570c2ed7008d858d3ce99369537740d60 authored over 10 years ago by Alex de Mulder <[email protected]>
fully functional!!

c16a6d073ea8e92518e2dae8b7f0c4c45c09fa0b authored over 10 years ago by Alex de Mulder <[email protected]>
structure, bugs, barchart, icons

55f60c799833a1ecd4a947c0be89b93403e56d3b authored over 10 years ago by Alex de Mulder <[email protected]>
extended selection API, deprecated setSelection as per #174

6a730bcd2fb8a0193a71c007e5548836425b0a55 authored over 10 years ago by Alex de Mulder <[email protected]>
Fixed group height being applied to group background panel as well

7de4d6503c321c6635e9d4ba429c3c0955f188d5 authored over 10 years ago by jos <[email protected]>
bargraphs!! woohoo!!

630c6b5e209743d2e8f38ce418cbb7823171822e authored over 10 years ago by Alex de Mulder <[email protected]>
Cleaned up some css

348020761e1088a8a601aca19c9a30c7798f35f3 authored over 10 years ago by jos <[email protected]>
Removed the 'rangeoverflow' item type

73f146405792ee23c76d2badcd092577fc078ce1 authored over 10 years ago by jos <[email protected]>
Fixed #172: auto detected item type being preferred over the global item `type`.

4831add763dcafbf6368f789039b81d4f6630a9f authored over 10 years ago by jos <[email protected]>
test

e242e25c59e5c40db42ed472a9a8c0f1c260a33f authored over 10 years ago by Alex de Mulder <[email protected]>
Throws an error when constructing without new keyword.

67c28d4c6f5bb09f0eafddb796bd2b0053ab44ec authored over 10 years ago by jos <[email protected]>
version update

8d8eb49522feb94e2e5472588ad7b3e525df5468 authored over 10 years ago by Alex de Mulder <[email protected]>
Merge branch 'develop'

Conflicts:
src/graph/Graph.js

64047e383d0ea97181f58f52206569ee2fb0bbd9 authored over 10 years ago by Alex de Mulder <[email protected]>
release 2.0.0

0863879930467463f0d3567ac12967dc7b2f001e authored over 10 years ago by Alex de Mulder <[email protected]>
Timeline.destroy works

b0fcaa59bae05be77a9ab6ed3fb92c665324234d authored over 10 years ago by jos <[email protected]>
Halfway implementing Timeline.destroy

82be5ac4fba5a0ac1306c5ad75d00717b7953c77 authored over 10 years ago by jos <[email protected]>
Fixed DataSet.distinct requiring options.type to be configured

25077bae1a82efdb4ab1a7461e459a2139545ea5 authored over 10 years ago by jos <[email protected]>
fixed dataset problem

c7ecfafb5e7dc07e83b00a049a62ec485a54fd67 authored over 10 years ago by Alex de Mulder <[email protected]>
auto scale yaxis

645a5c4d7abed6abb0ead66fb0572e5f907ef1e9 authored over 10 years ago by Alex de Mulder <[email protected]>
renaming step 2

2bb7145b38d575968510d91c71be7539f5cf5c73 authored over 10 years ago by Alex de Mulder <[email protected]>
renaming step 1

41972350c27001ca48858b274e1aed4a7dd6a5d1 authored over 10 years ago by Alex de Mulder <[email protected]>
icons for left and right axis

4f000ae902c0130f6d6588685a06217e9f64bf28 authored over 10 years ago by Alex de Mulder <[email protected]>
Item touch events now bound to centerContainer instead of itemset (must be able to click in empty area)

bee5dd3307401bd8c729a1fa2c7b367c92cfb583 authored over 10 years ago by jos <[email protected]>
Fixed #170: unreliable Array type detection

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

dfd788e98ba200dae5e3a8bdb3792a6d814864ea authored over 10 years ago by jos <[email protected]>
seperated legend and graphgroups. Still have to think about naming....

4d0aa8d8dd3f4d863038afa761d80a75811121cd authored over 10 years ago by Alex de Mulder <[email protected]>
added editing of edges with the data manipulation, as suggested by #169

a82159dae0fd256311ec22c8a25be6322b41074f authored over 10 years ago by Alex de Mulder <[email protected]>
everything but legend and barchart working. two axis! woohoo!

56db7e6ecb6fa1cf8fd42c3e6cec283abd09b9f8 authored over 10 years ago by Alex de Mulder <[email protected]>
Refactored the property names of DataSet and DataView to having underscore prefixes

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

c6509a6f76f45cb47bd482d789a5e7088b71c760 authored over 10 years ago by jos <[email protected]>
Reworked all examples to use vis.DataSet

63f5e3655d6d15318d957c296b3a32e62cb8028b authored over 10 years ago by jos <[email protected]>
Timeline now accepts a DataSet with items having any type of start and end.

97965c663bee2a83f9c4db0cd6e0b9b0584b228c authored over 10 years ago by jos <[email protected]>
fixed self referencing node edge selection bug per #168

1073280ca77fec81c3b579355c983346555fc87a authored over 10 years ago by Alex de Mulder <[email protected]>
Renamed DataSet option `convert` to `type`.

2bb0fa564a87fb962dcfb09f21b358e8cefc03ad authored over 10 years ago by jos <[email protected]>
clarified var naming

5a3844b342a04fb75587aee13755903b776812e0 authored over 10 years ago by Alex de Mulder <[email protected]>
Fixed #167: property `className` of groups not being applied to related contents and background elements, and not being updated once applied.

52afde47a22995f9bf2a755bf2cdd2194690cdb9 authored over 10 years ago by jos <[email protected]>
legend WIP

4a8f5b5fdf6d2474deb209be6a382a2455327b61 authored over 10 years ago by Alex de Mulder <[email protected]>
fixed dataset bug

98c1032c5252283783353cba9d3d54b316a1ce2f authored over 10 years ago by Alex de Mulder <[email protected]>
adding dataset support, wip

769e79c06ab3d7baeda74e2727012e22fbe59f2f authored over 10 years ago by Alex de Mulder <[email protected]>
its working! woohoo!

5c6aef8e7f3dbcfacf574389b05f406f9f220eaa authored over 10 years ago by Alex de Mulder <[email protected]>
Few fixes to get animation better (still not there)

9ba734d1d4d21ee6d5b2f79d4d69272e4b6724e0 authored over 10 years ago by jos <[email protected]>
Small update in animation.css

16b7da8c531796276f9ac22afed7e04c1e938fe7 authored over 10 years ago by jos <[email protected]>
Added a start with animation (not yet working and disabled)

1f4c06a97e5025a0f055ac61963a3bb74baf51f7 authored over 10 years ago by jos <[email protected]>
Fixed a bug in positioning/sizing the vertical lines of box items

90c51e3803291cda2db7f3191ac8a1be38358ec2 authored over 10 years ago by jos <[email protected]>
Removed all usage of style.bottom

825e8b7f43d56f4aef8781633ec6f8693cd5ff55 authored over 10 years ago by jos <[email protected]>
Fixed a bug in vertical offset when height of container > height of contents

26c00b78a8d8bc5f9adf56c583798becd45d393f authored over 10 years ago by jos <[email protected]>
Fixed shadows always being visible

6b9e857cce4a9ee7663ad89d940a8cb23c9c72d4 authored over 10 years ago by jos <[email protected]>
Implemented shadows when vertical scroll is possible

1f806cd9a8387bffb44a56a57151a0a2de46cd29 authored over 10 years ago by jos <[email protected]>
graph is drawing

87429e7dbc9c50b76e8cde7de919f881c9378936 authored over 10 years ago by Alex de Mulder <[email protected]>
Fixed vertical drag issue while pinching

a516826ea2d700ab7c8742bc4c2534a542c9e8e1 authored over 10 years ago by jos <[email protected]>
not working yet

f42c59065142e712907c27e3460ab28dc9a425a2 authored over 10 years ago by Alex de Mulder <[email protected]>
Implemented support for vertical dragging (needs some refinement)

d296cd3b5d28f9838b4e3380ff92e441fc88082e authored over 10 years ago by jos <[email protected]>
Added missing option orientation needed by Timeline itself

483a4ad18521ece2671ad9d0995c71faad043c96 authored over 10 years ago by jos <[email protected]>
Removed some redundant code

5c22d83a5dae135ace203960a23186fc9073bcbe authored over 10 years ago by jos <[email protected]>
added wip versions of linegraph

f6d3065771a8845f458e523fbcd4a35349723f16 authored over 10 years ago by Alex de Mulder <[email protected]>
Updated main example in docs

490dd81690aa3c28efa0ed237422fd28c9a9d442 authored over 10 years ago by jos <[email protected]>
Implemented options `zoomable` and `moveable`

a5db314c33087172bc3aaa0b3937221fd12c252c authored over 10 years ago by jos <[email protected]>
Moved change listener to _create

8d0d5c93c7a625fc5395b23bf3cee981e885f0de authored over 10 years ago by jos <[email protected]>
Renamed body.props to body.domProps

9ebf3a1980d61f06c788bcf875260a93632002cd authored over 10 years ago by jos <[email protected]>