Ecosyste.ms: OpenCollective

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

github.com/visjs/vis-timeline

📅 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
https://github.com/visjs/vis-timeline

Implemented option `stack` to enable/disable stacking of items.

47add90fc26d970f39fad6434ea578b9bc1e85a5 authored over 10 years ago by jos <[email protected]>
Fixed updating axis margin after deleting group

e02fb609d2adb174ed05573b8bb3e7a6c2f80c54 authored over 10 years ago by jos <[email protected]>
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.

dcb92b016f8449fe1e3010b4c3d69ff4d2d8b1d0 authored over 10 years ago by jos <[email protected]>
Fixed adjusting for changed margins on the fly, fixed reckoning with height of group label for group height

ceafb934ab7cc4acaf6dced09cd272814d3e4ee8 authored over 10 years ago by jos <[email protected]>
Fixed zero height of itemSet in case of no DataSet for items

df8b33504ac9bf4b3f80af0ec6f9b17e2252aadb authored over 10 years ago by jos <[email protected]>
Fixes in updates from DataSets

b7748559651973ac2f4c7369c8d85703521046b1 authored over 10 years ago by jos <[email protected]>
Fixed a positioning issue with ItemPoint

b1a814287591e28a46544bb85de5d90dc321dcb6 authored over 10 years ago by jos <[email protected]>
Fixed removing items

bb509c4274545d8db4900b97a6128a163e91c02d authored over 10 years ago by jos <[email protected]>
LabelSet working again

032f8e65154dc4cfee30e81f473fb0d4201faaa4 authored over 10 years ago by jos <[email protected]>
Halfway large refactoring of ItemSet/GroupSet/Group

aefbc91a8c146cd3da98ee9c15ea4c823f9daf80 authored over 10 years ago by jos <[email protected]>
Some refactoring

4d2b948f765f88abfecdaa4edf1eff36a37e888a authored over 10 years ago by jos <[email protected]>
Removed parameter `parent` from Item constructor

820b4139ac29fcf422b71789d81b2187b9f6d9d4 authored over 10 years ago by jos <[email protected]>
Added background and axis frame per group

27f1c07717629f97ec1e483979a78454ecddfbf7 authored over 10 years ago by jos <[email protected]>
Created a Group holding ungrouped items, for timelines not using groups

b2d66e39c680f169307f04f02df9443f3eeec54e authored over 10 years ago by jos <[email protected]>
Isolated calculation of visible items in function updateVisibleItems

63a43888e45aa43ee0ea16074a20c27e823bca7e authored over 10 years ago by jos <[email protected]>
New Group starts working

ceb8fad6fad9996366a24a5ad116c18b0faf9da5 authored over 10 years ago by jos <[email protected]>
Inserted some more group functionality to ItemSet

ff68b5f1c652873331a984c983d26a79d4385b7d authored over 10 years ago by jos <[email protected]>
Merge branch 'develop' into itemset

0d06dd53785a17e1b380764a2e9d6d85bd233844 authored over 10 years ago by jos <[email protected]>
Fixed changed ranges not being deletable

8b2d18b0bfe3d70688d151118e19e71c89c98eab authored over 10 years ago by jos <[email protected]>
Merge branch 'develop' into itemset

b659415664e2feaa52e61d1e82c094f86c61a380 authored over 10 years ago by jos <[email protected]>
Removed console.logs from code

b98d4fde5a27278c7be25e870428c84c4fe05719 authored over 10 years ago by jos <[email protected]>
Moved function getLabelsWidth

8a52b9f4a4982fc81c0e377b861f7b59797eeca1 authored over 10 years ago by jos <[email protected]>
Merge branch 'develop' into itemset

Conflicts:
src/timeline/component/ItemSet.js

b17300c3d37d1ff528df21c21e2756ebe1a35871 authored over 10 years ago by jos <[email protected]>
Some fixes in updating/deleting items

2573b696204fcfcbfed573472784006369fa7778 authored over 10 years ago by jos <[email protected]>
Removing GroupSet references from Timeline

00f2ede647111e61cc8f1051fe3cca02c03f2ebf authored over 10 years ago by jos <[email protected]>
Fixed broken example 03

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

Conflicts:
examples/timeline/03_much_data.html

a1778b52a73b08bf7c018b3e99cd4a067e56f3ec authored over 10 years ago by jos <[email protected]>
updated history, added function documentation

18aaef3ec6a9217f6c4a24dc1e0b4eebbcd2f0ee authored over 10 years ago by Alex de Mulder <[email protected]>
moved brute force calc in update. restored examples

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

Conflicts:
examples/timeline/03_much_data.html

0d4294702c9c1961acb27e2620b01cb50dddf1da authored over 10 years ago by jos <[email protected]>
Updated some examples

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

8669892f8cfaabce889825a116a1d6fcf9857d52 authored over 10 years ago by Alex de Mulder <[email protected]>
Performance boost. updated itemSet.repaint(). Now only ranged items have to be bruteforced ONCE.

3d105ef46efece33e3258a18cb98e8b59f17612e authored over 10 years ago by Alex de Mulder <[email protected]>
Fixed #102: offset in newly created items when using groups.

2b60d1d7d680b1b1b4be45856ea0a01eaa02fe57 authored over 10 years ago by jos <[email protected]>
updated history

3ee57996daf9bdf7aed6e3fc1a773af9c7aa8978 authored over 10 years ago by Alex de Mulder <[email protected]>
added arrowScaleFactor per #99

a9d9c55806a0b31e3d002cbb9f7295999d89430a authored over 10 years ago by Alex de Mulder <[email protected]>
rebuilt dist

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

Conflicts:
dist/vis.js

21f0fb9eebd09e92624b34a444603117447bca99 authored over 10 years ago by Alex de Mulder <[email protected]>
added update hierarchical layout to update nodes event per #101

d1125b422da2871a6d857fe885186cae75d7e7dc authored over 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #3 from almende/develop

Pull in upstream

b809c4e246836aed10f09af2b516945be1d418b4 authored over 10 years ago by Eric Gillingham <[email protected]>
Updated history

536de24eed9b5830c0088e692ea4dfcd4c7cd6e1 authored over 10 years ago by jos <[email protected]>
Merge pull request #100 from Remper/develop

Fixed setRange bug in Timeline

76b89aecbd625ab711dd28ac699a85fb9b513f4f authored over 10 years ago by Jos de Jong <[email protected]>
Function `setWindow` now accepts an object with properties `start` and `end`.

368f72198d2fdba492688735064dca62ce6512b9 authored over 10 years ago by jos <[email protected]>
Option order made deprecated

c5f7498ec29bca9e28cff1dc32337ed33769a341 authored over 10 years ago by jos <[email protected]>
Fixed timeline not being redrawn after cancelled update event

2c7ac6b0e5f3e7eaf8b9fdd6d8800a5f8eae70b0 authored over 10 years ago by jos <[email protected]>
Fixed setRange bug in Timeline

3dc170cdb0f32b5d7f971880d90ed3eeede550df authored over 10 years ago by Yaroslav Nechaev <[email protected]>
DataSet constructor now accepts initial data and options

0843016df3cf81d9746237bd7b3c02f3bb1acf0e authored over 10 years ago by jos <[email protected]>
Cleaned up some old TODO's

2387fe168dedc179d17803c9c1d28edad5108493 authored over 10 years ago by jos <[email protected]>
Removed queuing mechanism from GroupSet

321fe969580aa50dd7faa19efc453e7fc1c42073 authored over 10 years ago by jos <[email protected]>
Disabled css transitions for now, needs some more work

92d353bd1fabb8a5598890bdb6e225f1e8d2f539 authored over 10 years ago by jos <[email protected]>
Added another example 10_limit_move_and_zoom.html

c172d0b885f2378fbbb9b91bd6eb47ea215e6794 authored over 10 years ago by jos <[email protected]>
Fixed undefined variable options

3a3b706ab33b089ad0ca43fbc6b60ccd87e49b60 authored over 10 years ago by jos <[email protected]>
Added an example showing custom ordering of groups

eeb8d771fb07a40e8ce8fd8632a0d8760f403469 authored over 10 years ago by jos <[email protected]>
Moved the dots and vertical lines of box items to a separate panel

e6875e5f6d786255dba523fdfb0777084a6a6acf authored over 10 years ago by jos <[email protected]>
Merge branch 'develop' into simplified

Conflicts:
src/util.js

64c9646ed905ca34d0e94404c40c7dd63f6f3dc7 authored over 10 years ago by jos <[email protected]>
Bumped version number to v0.7.4-SNAPSHOT

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

c3d28fe88a92b6d80fc3cbbe25d73af31412a0bb authored over 10 years ago by jos <[email protected]>
Released version 0.7.4

8585cc719ff8f94f60d5c8075b1a32806c6a1981 authored over 10 years ago by jos <[email protected]>
Fixed repeatedly fired select event when clicking in an empty space in the Timeline

7bb78de8af674425719a993ebe08b860b7415f97 authored over 10 years ago by jos <[email protected]>
Fixes in selection, deletion, and creation of items with Groups

c1a621a9dd9e822c1721df7c44f361f5de5c3124 authored over 10 years ago by jos <[email protected]>
updated history

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

f90857f99238d558362fab30211bf2cd76f2255d authored over 10 years ago by Alex de Mulder <[email protected]>
bugfixes for IE9, style fixes

4a14db42f86d1a9cb2f4ebab358c7131f8ab4968 authored over 10 years ago by Alex de Mulder <[email protected]>
Some fixes in Group

e2882526b844eab79e1c0a8140b56c5749b89aab authored over 10 years ago by jos <[email protected]>
Fixed label not being cleaned up when group was deleted

81cf2e59fbadfcc5fcea8d4c066b3b4b5bbefbab authored over 10 years ago by jos <[email protected]>
Some fixes in GroupSet

c460a28795eca0a509ac05e7f3c9157285059619 authored over 10 years ago by jos <[email protected]>
Fixed ordering of groups

c70ad3c4890168f4f133ffae56bae7bc1b81d8f8 authored over 10 years ago by jos <[email protected]>
Moved createLabel to Group

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

d7dc10a2d31a825e3c0e372bb1840cecc6088f20 authored over 10 years ago by jos <[email protected]>
Removed unnecessary zIndex

79838ff83ce3cb8d4188e9d9ad933678d325955b authored over 10 years ago by jos <[email protected]>
Merge pull request #93 from coldclimate/fuck

family friendly

b74dd2f1d8fbc16e8c690cccfb5b1dce52de852a authored over 10 years ago by Alex <[email protected]>
family friendly

b2480d0959462bf9d02b4c20ab25391082fa4d7f authored over 10 years ago by oliver <oliver@werklaptop2.(none)>
dont calculate gravity forces if constant is set to 0

68166fb0eedcb54649b4fd58406fc31fcecce5ce authored over 10 years ago by Alex de Mulder <[email protected]>
Fixed #85: typo in docs mentioning item type 'dot' instead of 'range', and missing type 'rangeoverflow'

b4af7737b44d8851f71b3fc4402ec3b2a960cc01 authored over 10 years ago by jos <[email protected]>
Merge branch 'develop' into simplified

Conflicts:
dist/vis.js

9b3fe9817208155be728da79de21548aba10a6b5 authored over 10 years ago by jos <[email protected]>
Updated version number to 0.7.4-SNAPSHOT

8d623f9bf4d18e0a3ace3c91aafcf52166bc8f3b authored over 10 years ago by jos <[email protected]>
Released version 0.7.3

03e95daee1f6fb935d4fdb953fb160a242bb6084 authored over 10 years ago by jos <[email protected]>
updated history

8c918b4a49cb620d63545cb0d6edb16556c4156b authored over 10 years ago by Alex de Mulder <[email protected]>
Some more fixes in GroupSet

53ad6137cfa218eb5a7f42ba2241815f2b402f7c authored over 10 years ago by jos <[email protected]>
Some first fixes in the GroupSet and side panel

52be0d483db2de00795b92c50ca5156e12ea5e48 authored over 10 years ago by jos <[email protected]>
fixed color bug and fontsize bug from merge

2b9e3947050e0a0cd448f475835726db9d10a936 authored over 10 years ago by Alex de Mulder <[email protected]>
Manual Merge branch 'customize-tooltip-styling' of https://github.com/kannonboy/vis into kannonboy-customize-tooltip-styling

Conflicts:
docs/graph.html
src/graph/Graph.js

63377e2f36e6b7d6820a2e6356e9d4091dc12e5c authored over 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #90 from kannonboy/dynamic-tooltips

added Dynamic tooltips by Kannonboy

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

3cbc880294fb5afd095188d6aa7b4cb1b709e318 authored over 10 years ago by Alex de Mulder <[email protected]>
added localization options

ba7acb7226a2caf888b39662214c8994e2b993f6 authored over 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #88 from vierja/develop

Allow edge label fill color customization

95dc889eddfe9d65f310014f4abdfa207d68a64d authored over 10 years ago by Alex <[email protected]>
Edges fontFill customization

8ff7e9f6f1ad8a89f45e2b950740c2ac92d4d7c7 authored over 10 years ago by Javier Rey <[email protected]>
Tooltips are only suppressed when a title function returns undefined.

1188d7eee92e9c42196534a47cede6d1ff4bb1b8 authored over 10 years ago by Tim Pettersen <[email protected]>
reverted to setTimeout in safari per #83

642094e5ded8a8f798b9cfcbbff920b6b9e247eb authored over 10 years ago by Alex de Mulder <[email protected]>
Allow customization of tooltip styling.

df83e24609de971323583eb46d5629054b845a4c authored over 10 years ago by Tim Pettersen <[email protected]>
Allow Node and Edge title values to be the result of a function.

72f0dfb71d6e759f1c6ae9e6dec1ec0c255bdc0b authored over 10 years ago by Tim Pettersen <[email protected]>
Allow customization of tooltip delay.

e6bf5cb2b50d2762874a9445698d025b82997583 authored over 10 years ago by Tim Pettersen <[email protected]>
Updated version number to 0.7.3-SNAPSHOT

13ca94108810c61e96ba33168b2ca6c7e91bcdaf authored over 10 years ago by josdejong <[email protected]>
Released version 0.7.2

adb4196b9c32b08bbc796289b268a010d1069b65 authored over 10 years ago by josdejong <[email protected]>
Components are now controlled by their parents (GroupSet is currently broken)

e1d2a5664730845c5d654a9ac3f4889c2b8860b1 authored over 10 years ago by josdejong <[email protected]>
hierarchical layout is now recalculated on addition and removal of node or edge and edit of edge

04ff53c2088b8e8f6420268d0b514da564c262ad authored almost 11 years ago by Alex de Mulder <[email protected]>
More smooth resizing of timeline on window resize

d9f1e553e8c1b0805a06e68a701b2af2ff9c1cc1 authored almost 11 years ago by josdejong <[email protected]>
Fixed option autoResize

791f75440b59834199d8614bd4f1ca8e4d908cfe authored almost 11 years ago by josdejong <[email protected]>
Fixed initial stacking of items in groups

1c026d2be8ada7944636afa464b88745e7e46465 authored almost 11 years ago by josdejong <[email protected]>
repaint functions now return a `resized` variable used to determine whether another repaint is needed to settle

54873233dc3d724f876a536c9cbfbca226d77a6f authored almost 11 years ago by josdejong <[email protected]>