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

- Changed util color functions so they don't need eval. Thanks @naskooskov!

e3f854913cdec9fc6e844761938b919d810887d4 authored about 10 years ago
- Stopped infinite loop when brokenImage is also not available.

cf90ff9dd35278307dae34d37c9866c950c89e5c authored about 10 years ago
Reverted changes to dist

25f784a9ac762264fac2b9e64fcb24110f039140 authored about 10 years ago
Fixed issue where multi line labels for image and circularImage nodes would overlap the node ... again but properly this time

ca167fe1ae4198cdd381ee4c0e1b5df247a30e6a authored about 10 years ago
Updated circularImage node shape to render a circle, of the default radius, when images are loading or have failed to load

Fixed issue where multi line labels for image and circularImage nodes would overlap the node

0437947a0a94b23f174803961625d944a70161e8 authored about 10 years ago
Fixed infinite loop on network image load when Url and brokenUrl failed to load

64396d9b43ddac1a45b201ee88f844eabc8dde53 authored about 10 years ago
- Close active sessions in dataManipulation when calling setData().

7a952bad5eb1e2c2f85ecd64b6dfec145808cc9d authored about 10 years ago
formatted stuff

b5f22309a40a02de8f3583dd360bb46a06638298 authored about 10 years ago
- Added labelAlignment option to edges. Thanks @T-rav! merged #566

19e6178d877073d10ddec13063e8032d816e4525 authored about 10 years ago
cleaned up hierarchical code

1c718ea544c9fb9eed7948eb563968ee352d3aa3 authored about 10 years ago
Merge branch 'develop' into es6

69fee6df20a88fbb9106dcdd586b1009ba88bf43 authored about 10 years ago
Added es5 to es6 transpilation step to the build script, so now we can use ES6 :)

9488f96e1bbcf74cc0588dfaafd511dbe8c88676 authored about 10 years ago
- Added condition to Repulsion similar to BarnesHut to ensure nodes do not overlap.

e4720f9e6ec2193bfa744646f33540a11216c877 authored about 10 years ago
- Improved edit edge control nodes positions, altered style a little.

- Fixed issue #564 by resetting state to initial when no callback is performed in the return func...

cc64ab1e262f53aa4fcc2b0f2a462ed7d207e460 authored about 10 years ago
fixed bug introduced by modifying the destroyer, making it impossible to return from add edge mode. #563

91d7ce6d7ce2c36c0dc5515a508e718344eb48d5 authored about 10 years ago
updated history

050234e7e1d5b08a6a33fddbddcda65be66ccaa7 authored about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

48e071d8a82712b7d6cc56d221d7d8329dc82a0e authored about 10 years ago
Reverted patch that made nodes return to 'default' setting if no group was assigned to fix issue #561

f7a90c5c7f9e4770729e9d67401836ab2e2619d5 authored about 10 years ago
started implementation new hierarchical layout algorithm

3711332554371bc930fba12bb4976c0f45baa37c authored about 10 years ago
fixed example

4937fda1d22795c594496e6eeda0452a607e7e65 authored about 10 years ago
Merge pull request #559 from brichbe/develop

No longer throw Error when MAX_REDRAWS count has been exceeded.

03c9a7568eef23d4d618a7b13a1fb812825e00d0 authored about 10 years ago
added example 36, html in nodes

9d81d11eec560edcfbf0e8c5dc2ed3b6f3b2acc5 authored about 10 years ago
No longer throw Error when MAX_REDRAWS count has been exceeded.

Throwing this error was introduced recently, but appears to have been unintentionally committed (...

93497b34bb6a36a037f724ff00c0d59da10f06b8 authored about 10 years ago
updated history

8b4b88120307b061e800f989192137481a69394b authored about 10 years ago
small tweaks

9591a7c5af9aa7736eeae9ff565026ea3b679a20 authored about 10 years ago
merged pull #554

175d82a65edf8e593e3c11599e6eb8970257a1de authored about 10 years ago
- Added byUser flag to options of the rangechange and rangechanged event.

3ad7d117e0919bdd35a9627a42d79b80cec261f4 authored about 10 years ago
- Caught case where click originated on external DOM element and drag progressed to vis. #557

d74cb5cd68d25bbd6736ab1d3302142f6617b5b6 authored about 10 years ago
- Improved drawing of arrowheads on smooth curves. #349

113813be5494304d761aa446ab8eb3f1c43924f6 authored about 10 years ago
- Altered the Manipulation Mixin to be succesfully destroyed from memory when calling destroy();

5f8d14083f4dd34d2222817e5dc3682f82c74423 authored about 10 years ago
possible fix for dashed line issue

9b607815b1bcf649cd11b4fb2edf0bdc8e98cad7 authored about 10 years ago
updated history

ac342884a6b0d2c20c78c15c1e2c19261b227537 authored about 10 years ago
improved (not neccesarily fixed) the fontFill offset between different browsers. #365

d25c9f1bf6fc068cba98d70c662c42107132417f authored about 10 years ago
removed redundant line of code

c11e73ff5de538467b1ecceeb7cbd88d79a97d85 authored about 10 years ago
updated history

b956953699b5908b387a7026b9fec2213969b694 authored about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

ae96a2146a8462e99445dcb6c4292468549c8443 authored about 10 years ago
Bumped version number to 3.8.1-SNAPSHOT

fc5623e26a07d3a6f826be65d2c5205f5abee5fd authored about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

e52e787d203cae621e6161f23b41be0cc52816bf authored about 10 years ago
matched css to new website

a8b9c304d5b140f9a5f3c9f69a8feb01492b9998 authored about 10 years ago
Released version 3.8.0

8e84819239d202cb69419c1b6c767493e0163e1b authored about 10 years ago
fixed catch for undefined in options when using stacking in graph2d

fa0e0e5583c25cca2916a2d144a17039fad559e2 authored about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

4ca82164a63b9640d118e1d4414eae329ae50e2a authored about 10 years ago
Made TimeAxis robust against old versions of moment.js. Updated to moment.js 2.9.0

023257aa4bdef684c2f7650ad8c0229860a048cf authored about 10 years ago
fixed bug in graph2d where only height was defined and resizing was not done correctly

3a4b58ad03cb5464c1608d938e8f066fa1cd1e64 authored about 10 years ago
tweaked circles

e8b9827af4f738e1d73860fd00e345bd1b10bc34 authored about 10 years ago
added Bart to the example 34!

8a2be544ec35ab8c3033891ba4443868ae3a039e authored about 10 years ago
reverted images function

efb311cd5c0fb8424b805bf2c6ad0fe8f034598e authored about 10 years ago
Merge pull request #546 from brendon1982/develop

CircularImage shape added, Thanks @brendon1982

4a4d50843997e9e3a60eb61068eab1bc53a7edd0 authored about 10 years ago
- Fixed repeating stabilized event when the network is already stabilized.

d91f33bb5e101627964f9464398bb15fb24cfd5a authored about 10 years ago
Added an example for circular images.

1122bc5703e49c746ec75e1e68d4e57365856118 authored about 10 years ago
Merge remote-tracking branch 'upstream/develop' into develop

c206cc440f8343adc792546ab4d75f9cfd381570 authored about 10 years ago
Updated network documentation to include circularImage shape.

5097e32ba165f11a8592bd5e5984729ef5c11e28 authored about 10 years ago
Added CircularImage shape

76060631722f843753ccfba30579b95ce3a7da40 authored about 10 years ago
Updated history

35edff1e2e89f8353564f4b0c3879cf3199e9e0b authored about 10 years ago
Fixed wrongly merged TimeAxis.js

3dfd598a729ae7b226b8493a7789318a39b3cd46 authored about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
lib/timeline/component/TimeAxis.js

58dad3ca43ddd95134734dbba5e64d99f7cdb6b1 authored about 10 years ago
Added docs and example on background grid styling and some minor tweaks

d6a48aee6a191b41b44b970bca64a9937f9fa2ee authored about 10 years ago
Fixed ordering of grid lines, fixed odd/even on hour scale

b2f160632281c1fd9bb57aba3f21ec7c7a8b05c0 authored about 10 years ago
Added classNames to vertical grid lines

ce9e95de52e8620b7dcf15afff0f0399ea8c7c4c authored about 10 years ago
- Community fix for SVG images in IE11, thanks @dponch!

5e61476f8b78dc0b43c52331e315a8e36cb42634 authored about 10 years ago
- Added getBoundingBox method.

8e2dc1ab62e182116eebe438f394f551bbe28427 authored about 10 years ago
- Fixed infinite loop when an image can not be found and no brokenImage is provided. #395

c2bca2fa88d4ebb4e374074b1ac53abbd8241e5c authored about 10 years ago
Vertical grid lines now have a width, filling the gap up to the next grid line

17c5f04b7456b21f71502a2d70479c6bac21bd11 authored about 10 years ago
reverted showMinor/MajorLines options

a961aad55c88d520ebd41705797cfc91a02d97db authored about 10 years ago
- Fixed error in repulsion physics model.

- Improved physics handling for smoother network simulation.

6595c64f3ac910a46781d8e1f83113d5690a04e8 authored about 10 years ago
reverted example... again..

6681369a304c320cfe5d7c2281ac93dc565db0f2 authored about 10 years ago
- When hovering over a node that does not have a title, the title of one of the connected edges that HAS a title is no longer shown.

7f8938ba0458c59085c3de2f4162469de745e7b8 authored about 10 years ago
- Fixed Locales docs.

a3a5d71ba959e41ad9723856304f59dd9f48ccdd authored about 10 years ago
- DataAxis width option now draws correctly. #510

83d20784bea7d56cb732f61eb0b2f4a69b4d71ad authored about 10 years ago
avoided doubly importing mixins

ec841a0e8e3798959f291ddf3906f7e347ccbcc4 authored about 10 years ago
reverted example... again..

d5739100766c085749f9a7cbe951b9016feceea0 authored about 10 years ago
reverted example, updated history

63226022e91ecff0a96f0a880331d15e1f0b1cb3 authored about 10 years ago
altered behaviour of groups, properties are now extended instead of copied. #477

440389cf6ba5fc9a777fd4ab4b5b52065457672f authored about 10 years ago
fixed bug where the box shape does not use the hover background #477

86e42488b27cb8ba64ddecd5a7372be47f1e4311 authored about 10 years ago
rebuilt minimized build

80d0a4f8955ea87abb5557544c0da6b2cefaa0ec authored about 10 years ago
- Made nodes who lost their color revert back to default.

09bc3e872ed2916efff5629a16313124c010734c authored about 10 years ago
- Made nodes who lost their color revert back to default.

4363498d20111aba8784d4d8da270286da0e767b authored about 10 years ago
- Improved cleaning up of the physics configuration on destroy and in options.

73296fd0437dfa5421a251c962aa1f910256a4cd authored about 10 years ago
reverted example

8674d1fcaf6150f2299f87734f4a5257dd09ef13 authored about 10 years ago
Added a check so only one 'activator' overlay is created on clickToUse.

20a4206743c1f2026bf8db7d2071742a38101077 authored about 10 years ago
added destroy to examples, improved destroy in network (last commit wrongly labeled) updated history

bf3e5d0c9ae5e7d89baf4a13ca685ba6dd444cb8 authored about 10 years ago
added bounding box to image node style

1bb622ac30691988883a260c550cc8641acc4dfc authored about 10 years ago
added bounding box to image node style

8b590b4348045396fb2b2560987775bddc4aa3c5 authored about 10 years ago
made the physics calculations a bit more stable (decreasing BarnesHut theta to 0.5 from 0.6), gave nodes a boundingBox that is used for zoomExtent to ensure everything fits.

05facceb2fc04b958d17aea6651c55fcdf139580 authored about 10 years ago
fixed relative height change on resize of browser as well as horizontal snapping when dragging window size. Improved consistancy with component

d1ac024e16da69b52cb6476d9699e987b94690be authored about 10 years ago
removed website from develop

f8795e27cd4a6b95b34915040e53403659e24fe4 authored about 10 years ago
Network mostly working with Hammer2

08e9a83108cc00511e49f80b902b213b87b5a055 authored about 10 years ago
Merge branch 'develop' into hammerjs2

Conflicts:
package.json

5f03d17ba78512927f3fee6ccaee70dd934f4dd2 authored about 10 years ago
Upgraded to keycharm v0.2.0

5fe7d73c3ce72048679347dbb96cc4fb015469ed authored about 10 years ago
Neatly using hammer2 for the delete button

e10b7ac90437dba258bf27342690a286fc0bd343 authored about 10 years ago
Hammer2 mostly working in the Timeline

3b7fc1b687d1293db630703fc85e3ecf42962056 authored about 10 years ago
Merge branch 'develop' into hammerjs2

e3d317e62e6ef7acd97a7888805d3f0cec547b6b authored about 10 years ago
Fixed fall through inspection comment

39e6e0e47e3d99293e35b013ade1a8d8de2f8594 authored about 10 years ago
added v2 of website (in alpha stage)

d8718f8ed47048440f2b3f1842f7fc6593c7c83a authored about 10 years ago
changed title of example

9aa05547a4f9c7c30a44a10b4dbfbd476f2e0eaf authored about 10 years ago
Added zoomExtentOnStabilize option to network. fixed ex 17

90f33f4b501583954e4aaf2b4dd6c15b41ea3411 authored about 10 years ago
added destroy method

109c323ee17f52c0f3fb67c2afc8f0a08d3c7df7 authored about 10 years ago
- Fixed recursion error with smooth edges that are connected to non-existent nodes

c1ee708837e677566b0d5847e3bc815c57522218 authored about 10 years ago
- added show major/minor lines options to dataAxis and timeline

4e00b893d203c943e7038a3d9c7c11a31d2e6123 authored about 10 years ago
removed fit

2346f6fbfcf379080bef530c534c79a5b8c84325 authored about 10 years ago