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

Added an option `force` to stack function to reset the position of already stacked items

b1efb207c1ca4b207be3708675f28532e50bc14f authored over 11 years ago
Fixed items not being restacked when dragging an item around

b03229d4c5c737c2e8a4aa67c8ef3946fc216ce8 authored over 11 years ago
Some preparations for ordering the groups

2ff892d489f957d5e7ee7260ed3af2d810357d3a authored over 11 years ago
Some fixes in positioning of major and minor labels/gridlines

66c4f3562a464989f71b633d3ec4ff6f50e6f1cc authored over 11 years ago
Turned off animation for rootPanel and itemSet (css issues)

6b6a47f69501e17cb388c0bda85ef22f59f75ae1 authored over 11 years ago
Fixed vertical positioning of main and labels panel

6585c93ac15a7916123a76348860dd1753e0763d authored over 11 years ago
ItemSets in GroupSet are now relative positioned

7ee8a3330eba199e739c269f8f22d793089e8214 authored over 11 years ago
Fixed dragging items (half)

b6471ab94164b83b45539447b764e26ccc13d108 authored over 11 years ago
Group labels start to work again

3d1f9f0c2007d1c6fdf77163c60872aed86e5836 authored over 11 years ago
updated history

30083ad9515c668de8fa3ff68895f542c7cd67c1 authored over 11 years ago
GroupSet starts to work again

9db8135163d430f193bb64ef0b0a7d2eb86c500e authored over 11 years ago
Attached ItemSet again

ddc707977f8feb926919057ccda17bd4b5dfc60f authored over 11 years ago
Changed RootPanel and Timeline in an emitter

b275a77cf9e25c8e1c5c781b3c7563206da64e33 authored over 11 years ago
Changed Range into an emitter

8c5c01a64610ecd4cd9a529af858f57d4be8a71e authored over 11 years ago
CustomTime and CurrentTime works again

db5e18924be8d72184e8a75329f9a62e9fa61f49 authored over 11 years ago
TimeAxis works again

aeac6119991adc640d9140af43209f2b5a6f44ef authored over 11 years ago
Started reworking component/panel architecture

5564e1e13dc5b2e783122cdcb9d8e3848b2ac9ec authored over 11 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

37e2abdaea9bc0a003e887dd81bd673ff0eeb518 authored over 11 years ago
fixed bug by #75

b1311ac4d8c8b385a2d20d8834ee1f5f5cb0409f authored over 11 years ago
Halfway reworking the GroupSet

5359384765b59ac858a7a46494bc038450eb275a authored over 11 years ago
Removed reflow step from Panel, RootPanel, and ContentPanel

307b1e578ff9a37b475086f9a18c390d450a1f1c authored over 11 years ago
Simplified TimeAxis

eb04ba2bb8628ed0e9132fba7ea30a0d8d40d290 authored over 11 years ago
Merge branch 'develop' into simplified

5012bd76254326527dfccaabbf9ef22544b0d478 authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

1b278ebe0e163cf9a5c90221a8f1b60aaad74fe3 authored over 11 years ago
Fixed box-sizing of items on Firefox (Fixed #74)

fb206163404077b033e53b8dd6b4f82aecc18654 authored over 11 years ago
bugfix to correct zoom on empty init per #73

2a6500c658f829f6402e23ffd6700708eb3dbaf6 authored over 11 years ago
Bumped version number to 0.7.2-SNAPSHOT

916c6ef58fcf66b4144a28f4e5636386281ac42b authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

52c3a837f9851a1a74546b8df9b2b6b91ed56e04 authored over 11 years ago
Released version 0.7.1

4ffc19c27ed350360969d5a33f071a6fdcbeb9bb authored over 11 years ago
updated docs for freezeForStabilization

46f6cb1c05e404ef198f54ad1fa4386eac3adbbc authored over 11 years ago
added freezeForStabilization option - experimental and undocumented

bcedccf395c60d1f86dead10b9dff3f86b83a014 authored over 11 years ago
experiment

e6d5a41fe0c91a6b062c9babdded4808bee7bc25 authored over 11 years ago
added stabilized event to trigger storePositions()

84ef1a506f27eeac50edf7829bfd883548af657f authored over 11 years ago
added edge.length and node.mass to docs.

4fb65fb1d91dd4a5be66c115d137fd64b36ec5dc authored over 11 years ago
altered treeconstruction to fix #71

df1c6321e1e82b672f138c92e1bce3c552ec9988 authored over 11 years ago
restored example 25

df56989661a9612980c03f192820e1017097f91e authored over 11 years ago
fixed bug per #70

021395a62d3062f22679403174906572dba0aca7 authored over 11 years ago
added updateCalculationNodes to the remove node function to fix bug reported by #68

0b448a0e83d6997430104cafa5dad7f4b4743b9c authored over 11 years ago
altered selection object so nodes and edges can have the same ID (bug occurrence in example 16 #68)

0090e58334dc0e6dba8838b7eb249e2dd5e2e31a authored over 11 years ago
updated history

848d9e2e9c84395178b873706e823def68143522 authored over 11 years ago
reverted arrow spawn from center to edge due to labels disappearing behind nodes #49

f518d5ec4cd5ea96677830e41cbdcd8a5f7f7b7e authored over 11 years ago
added highlight on keypress per #62

3859b7095b5e39a26f7b42377671ac49319df5cd authored over 11 years ago
improved Playing with physics

9a1acca9ae7408275e5bb27221e74801cbbce347 authored over 11 years ago
fixed positioning bug, positioning doesnt need manipulation hack anymore.

4023b43f0c8e66e44f0eedd89d3fc1db8a01cb6c authored over 11 years ago
clarified variable names, removed magic number from discreteSteps

35fc69ef228d841c9016007fa007bdffea021355 authored over 11 years ago
Clarified docs, stressing the css file is required to use the navigation and manipulation features of graph. (#55)

ab5228437a3849a72645a6c3d127bedf45b45b42 authored over 11 years ago
fixed label color bug per #54

8ce60a4066da793dc09d7e0321b6532dd892235a authored over 11 years ago
fixed color bug per #54, fixed on('select') bug per #58

cc87ee63e7fa1126d900afab9d1f7a4de959342d authored over 11 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

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

20f1cba9c65b4341b6e3b746afe2add923f70d4d authored over 11 years ago
arrows now connect their base to the code of the node per #55

0afa1592f7d70dcea0e9e04df41f2def3a5d7e9c authored over 11 years ago
Bumped version number to 0.8.0-SNAPSHOT

d55b2d3ab9e95cd372603510e69b73ee6ca766c6 authored over 11 years ago
Released version 0.7.0

fdd9e073b4c99dd31d99111834f1dd81399bee58 authored over 11 years ago
Refactored Itemset.repaint, simplified vertical positioning of items

3525bdec6d0673f8e81f7c7ed8f53c87beb2cc6d authored over 11 years ago
Temporarily fixed stacking in a primitive way

fd523acc54b0bbe062b932c39f7256127f3120e1 authored over 11 years ago
updated history

aa2dd75f97d0ba49cdb6acb26e48a61cc6ca06e2 authored over 11 years ago
added edge color options per #54

a1e3647cbc935ba2216bf428a7193b8775fa6be5 authored over 11 years ago
added note on top for physics config

0c2d1d676a21f627c56db798ccb1dfa5613678f0 authored over 11 years ago
fixed configurePhysics bug

b2cf57c99a339b6fcdec0e361c2ee5f6f8d6858e authored over 11 years ago
updated history.md

81ba1dc736abc66a1fd5b2916d1ff51da83ccf6b authored over 11 years ago
renamed loadXYinDataset to storePosition

788b60bd0d2c2c611ad5f023bf5562266011054b authored over 11 years ago
updated docs

e007925172bb3d71e1c3c008ca5fcb589e02e83a authored over 11 years ago
added loadXYinDataset() and seperated allowedToMove into X and Y parts

361feb94b760fd4b346c0f6181c34c2e9aa8e5af authored over 11 years ago
Refactored item selection

c90270ae7382f84980ebf881d718d2951227350e authored over 11 years ago
appended history.md

27f9b0c50b1774a81cc2701ac53169330317661c authored over 11 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

a0e91a42f17d025b71f1e5966bd7a1245c5b672b authored over 11 years ago
Changed navigation css per #51, added stabilizationIterations option to graph and docs per #52

1735f361ee402d906f98807cb4482166d9c6bdd1 authored over 11 years ago
Made Item.isVisible independent of parent

408a7c396c9531e6298cd7a61c3d837152315cd5 authored over 11 years ago
Refactored ItemRangeOverflow

12dffa824cb53282751f5da7df51af65f62e355a authored over 11 years ago
Refactored ItemPoint

c2d968e9869e95d65eff30f6f5a66ca4a5df7cd2 authored over 11 years ago
Merge branch 'develop' into simplified

264305c8253a9bce32a5c509188e37cb4225ec90 authored over 11 years ago
Bumped version number to 0.7.0-SNAPSHOT

862e0e01690a2504570a2e0de355e590b3dfe48b authored over 11 years ago
Released version 0.6.1

3eafa4851c526fab6aa65e30db189220450826d8 authored over 11 years ago
Checking for existence of `window` before using it

5e928b59b05ae6f59cd85079d39c53505c411413 authored over 11 years ago
Rewritten ItemRange

d4b108cecc493b5f6824224c784ba913cc799794 authored over 11 years ago
Merge branch 'develop' into simplified

47786b15bd7226c6f9b939246b042209eab9283d authored over 11 years ago
Fixed a bug with margin.item=0 and margin.axis=0. Clarified some options in the documentation

010285ec7b3ace237d87ea2bb517179d980cc074 authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

f6ecfd36f2ed66212c59b6017609bba3cc2f4a62 authored over 11 years ago
Updated documentation on className

77bac6362574bc234b831a96f7ad592058ffee38 authored over 11 years ago
Updated documentation

250d0246ffa33a19f8267495fb7425452c193368 authored over 11 years ago
A fix in updating the visible items

c20220c80369bc6bbe3dcddf033f8db2d4598952 authored over 11 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

149c30176e09229baac5c1d3bbc74f4eb1e5027c authored over 11 years ago
fixed label position for smooth curves as per #49

5209fbf4703068adf12a38abe10d1bcec8286ec0 authored over 11 years ago
Removed some more files belonging in the gh-pages branch only

9f9d92f6b529ce90f32413390f676c1e6b1889fd authored over 11 years ago
Moved some variables from ItemBox to Item

61e088cdba7da56837951cde5820f22a0b159fac authored over 11 years ago
Cleaned up redundant code

6873dd0e71ad17f82abf1c232472096c87ae215e authored over 11 years ago
Stacking starts to work

4c5aeeae6f758326c29ea4df5387b7387cad156d authored over 11 years ago
added requestanimationframe

ddf3081224516f391eabf4a999ed5c0c8f79311e authored over 11 years ago
Updated physics for graphviz examples to make it more appealing. Very easy with the configurePhysics option.

c0dc4d4ca457f33977fb94d5605a8cf53bcd138f authored over 11 years ago
Merge branch 'develop' of https://github.com/almende/vis into develop

Conflicts solved:
HISTORY.md
dist/vis.js

9c281d229cfc79e80ab0a422ab440354520ebaca authored over 11 years ago
removed this.pinch.mousewheelscale

7e157ccdb1c5d3f29767b169b52b099c7e4ed9db authored over 11 years ago
bugfix graphviz examples

64acf7b753324f651a857ffbf6b1c51282b8241e authored over 11 years ago
Updated version number to 0.7.0-SNAPSHOT

3b4c0f396c9bcbb2cfdeee3d6450443e650c6e75 authored over 11 years ago
Removed img folder (should only exist in the gh-pages branch)

f711d267d84a6b01e359c8c390af01a4b89df92b authored over 11 years ago
Released version 0.6.0

a45d7df85ffe5221f7a414f9c0e1706729a3c7fb authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

b1298baa84ec12e5756cba6a574b4c96c5338eec authored over 11 years ago
Halfway rebuilding ItemBox without dynamic reflow

44380140d4c9ff6e79ca3cd022e968a89dbe4b3a authored over 11 years ago
finalized for release

6a2c6c647920fd719372ecfe21f622372a807ef5 authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

e561e3ee66f7151d78fb8e07306e8dd2a5dd1ef4 authored over 11 years ago
removed SVGtimeline from jake

5a459371978fd962e6c68929fac23a289936f0a3 authored over 11 years ago
Merge remote-tracking branch 'origin/develop' into develop

78e1e378614e703f3d2638c10d0ad260e22e9b35 authored over 11 years ago