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

Create ItemRangeOverflow item type

Overflow simply extends ItemRange with a new getWidth() function that
determines if the content o...

a6538a860c95eb0a7097c23542c012352c26333b authored over 11 years ago
Merge remote-tracking branch 'upstream/develop' into develop

1c5154a4ef4a4f6ddf0c4db25dffe0eda5819f16 authored over 11 years ago
Merge pull request #19 from fi0dor/upstream

Custom time bar as a component

cf46a36f3ee5bdfb30eb5611fd5c4f16fa5284c7 authored over 11 years ago
Fixed #6: options `min` and `max` are broken.

1553dfa9d5047f1fbbfb9f87e3ace9ea403dc71a authored over 11 years ago
Custom time bar as a component

ba36558a8e8c5fb32e4bea5ddc7c8f2d12ff4abe authored over 11 years ago
Fixed #18: Not loading hammer.js when running on node.js

1e7e7dcc6cc545ac1cc4f2f536718b70b2a09b65 authored over 11 years ago
Update compiled js files

72bfb141fcb4c831f722825cf764fa3cbd067ae3 authored over 11 years ago
Merge remote-tracking branch 'upstream/develop' into develop

Conflicts:
vis.js
vis.min.js

522ca2af2ec4db3814380983af2b95a2e37ac57f authored over 11 years ago
Added docs for option `showCurrentTime`

ad2e8bcce639b3d10434c3453ab543c8ff954c8c authored almost 12 years ago
Merge branch 'master' into develop

cf73f8f5003a48db605d888e5c648fdebdb2e815 authored almost 12 years ago
Merge pull request #17 from fi0dor/feature

Current time bar as a component

7a42f76c12c8072289501da90216cc342365e515 authored almost 12 years ago
Current time bar as a component

8a3c4efd3cfe34f11d48310b354506ef14792b53 authored almost 12 years ago
Merge branch 'master' into develop

cd240d3fdf149690fc23191fbe36f5b6ce6e7e77 authored almost 12 years ago
Merge pull request #15 from Gillingham/patch-1

Fix dataSet parsing of Moment objects

2a7f5944acb18d9ac7a484e34a1cd20c55a20ff7 authored almost 12 years ago
Fixed broken links to moment.js

e40950870fdef95cdccef94ec100b830207144ba authored almost 12 years ago
Fixed links in examples to moment.js (see #13)

6ef86aa4ebf8b464c3211ff868d3aac93e284912 authored almost 12 years ago
Merge branch 'master' into develop

c65dbf70f9946a1196008ad01790731da752b6bb authored almost 12 years ago
Fix typo in moment conversion

f5da0761445eed3bd92a2fcfdb246cff63922251 authored almost 12 years ago
Fix dataSet parsing of Moment objects

Calling just moment.clone() won't do anything but error. Since moment.isMoment(object) guarantee...

661c3d2e4cd79661b7f47e41230832c7a4408864 authored almost 12 years ago
Fix DataSet Moment conversion. Calling object.clone() will fail if

object is already a moment instance. Calling moment(object) will clone
it per tehe moment docs ht...

0c811dc5d204a8db6c567905fc700785ed1378d9 authored almost 12 years ago
Merge pull request #13 from NelsonReis/master

Update references to moment.js in the examples

dfe085020890cb1aa4a883d6ec2fadbfdf4b30af authored almost 12 years ago
Update references to moment.js in the examples

e9fef58014beda95163325e1bf958804377bfa53 authored almost 12 years ago
A fix calculating the size of a node when the range is empty

e59d99143ef8c2fc07c969dbd5d0b7b29641b54e authored almost 12 years ago
Fixed non-working scroll on FF

1afc3f4958d36fbe0a5cbc5032bd02069442a072 authored almost 12 years ago
Fixed css style of subtitle

b63dbebdecf9f2d7c72aeae96d38412abca7af2c authored almost 12 years ago
Updated to version 0.3.0-SNAPSHOT

2ce466e9255e343228a4c4375187688176da28c3 authored almost 12 years ago
Updated to v0.2.0

5c096f565f5b1ab51827905723cc320c39220b66 authored almost 12 years ago
Released version 0.2.0

df692a3a32586f7d8c6edc069d7dc5acf47c7d7c authored almost 12 years ago
Updated network example and overview image

43aa205cc9e0b0d7e7476787650d9125c336bfc6 authored almost 12 years ago
Updated vis overview image

ca0846cf621ca95541307b07d60267893f2b5fd2 authored almost 12 years ago
Fixed naming of translation functions

ddcabbf9a8304c24bba01af3b7dddfdc6b93eb01 authored almost 12 years ago
A fix in dragging nodes in the graph around

c281c0a0794074481f6aa1aa01c951362e965150 authored almost 12 years ago
A fix in dragging nodes in the graph around

cc3fe5d9bd66203316e4d6471d2ce171d9868947 authored almost 12 years ago
Implemented multi select nodes in graph using long press

4bdb1587313c7162cc2b30c8e7908081eb329baf authored almost 12 years ago
Implemented full touch support for Graph using hammer.js

860c6e6fc4c37399d983630d81ac9f693004f3d0 authored almost 12 years ago
Added an other example and some minor style improvements

0bd328c8c96322bf47e0b77907a6de7bf25fb2a8 authored almost 12 years ago
Fixed #11: initial empty range in the Timeline in case of a single item

a0b02421eef754afbc4e006b5efc0ca5b2ac5f4f authored almost 12 years ago
Fixed missing space between className classes. (See #7)

a43cd6ef07cdb707bc53ec1e5eb05076dd595fcf authored almost 12 years ago
Compile vis.js

956c0724397df3d66084ac79c20941c6b4d6c335 authored almost 12 years ago
Merge remote-tracking branch 'remotes/upstream/develop' into develop

352f99058ea5cf03f076363646096a72e20cd01e authored almost 12 years ago
Fixed #7: className not working for items

b38d54aca9626a41ca8db60fc52a21158c0ad133 authored almost 12 years ago
Graph example added

5945e03de2984e13ef0b31401280f695369d4047 authored almost 12 years ago
Examples updated

acf88fdf3a96b764bb476d6935417959a72bd227 authored almost 12 years ago
Added index pages to the examples

198849b90eabe27cb83d8fe693bb158783b57fd2 authored almost 12 years ago
Merge pull request #2 from Gillingham/updevelop

Add a new moveTo function to Range

8a46c3a1b46ea8427ec0df06eecc2a5d48d8689e authored about 12 years ago
Add a new moveTo function to range to allow a program to recenter the

timeline on any given date.

2e04a65a025bb2152d9091512a2db7295b2941bd authored about 12 years ago
Add the updated compiled vis.js files

c29292b6f275ee2c2c0e69c39635b76955718118 authored about 12 years ago
Add a new moveTo function to range to allow a program to recenter the

timeline on any given date.

868ae5c4999c42325a5531a66a087a293119f686 authored about 12 years ago
Merge remote-tracking branch 'upstream/develop' into develop

Conflicts:
vis.min.js

076081bf95c93991985a03dc984c0f77033aa3ce authored about 12 years ago
Version number updated to 0.2.0-SNAPSHOT

726e44211dd8faa48b875997598c2bbd5bec53ec authored about 12 years ago
Examples upated

27e011f622c3b3a0d714b52d85f597017fa9bdd5 authored about 12 years ago
Released version 0.1.0

55f76710e42961289d1be1ed255ece06fbfcb1a4 authored about 12 years ago
Released version 0.1.0

2a1461723d3fc2e50674106a6de87826576abbb5 authored about 12 years ago
Added documentation on DataSet and DataView

9580e4d18d4bfaf01f3e5c641a9d245f130e1ef5 authored about 12 years ago
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert

af0cd5a4648a91771fc83d7e74a1099843371ebf authored about 12 years ago
Manipulation methods of DataSet now return a list with the ids of the affected items.

850d16e8d3f7d14b08a94cd3e4327f6aaa118029 authored about 12 years ago
Improved casting of dates

2511376761a2e5dc6828c3fa61a153365cbb4b6c authored about 12 years ago
Merge branch 'master' into develop

Conflicts:
src/timeline/component/css/item.css
vis.js
vis.min.js

52bc434e4d38544416dee18685d65752b30093b4 authored about 12 years ago
Styling of the main menu updated

4d18c360fb970eaf0907ab3190b7390068fa2303 authored about 12 years ago
Fixed selection of nodes in the Graph when the page is scrolled down

e65606d16082bba4727fceb0edf4098ed150050b authored about 12 years ago
Implemented grouping support in the Timeline

97cb201ee7bba0500b2a0c7596f9b54541d02b52 authored about 12 years ago
Improved hiding non visible items in Timeline

0186e027aabbe0b241fe3ef07be2869fd20001c1 authored about 12 years ago
History updated

41d044cd8b9601c97744b3156be0994cb3689fd0 authored about 12 years ago
Graph is robust now against edges connected to non existing nodes

17036f9aa30d44ce8a2f9cc9badf9cd3c36dcae0 authored about 12 years ago
Fixes and improvements in DOT parser regarding subgraphs

d29066d2341945533cc428f264fec879ec5ba457 authored about 12 years ago
Graph now uses an id based set of nodes and edges instead of a row based array internally, and supports DataSet

325e6e006078ed9eabf02a71cc2ed27d07780295 authored about 12 years ago
Added drawing with schematic overview of vis.js

a12050416375866ddaa67bbffaa9f7fb612e0bf5 authored about 12 years ago
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...

be247457c11ad4c5e9b82ef0e488981acc6f9d07 authored about 12 years ago
Added another screenshot on the dot language playground

0354973638ba778b77a3e299854ca88e3ea15b30 authored about 12 years ago
Implemented support for id:port in DOT parser

a484304fbe171351252aaf1521fd2baf5f12999d authored about 12 years ago
Minor improvements in the DOT parser, better error handling

0c5bd79595e8e78d0d2ff45118d344306ea85e33 authored about 12 years ago
Implemented subgraphs in the DOT parser

fa0ae495456135bd13f46797b2b1bbe2370a9364 authored about 12 years ago
First steps in supporting subgraphs in DOT parser

ff7417e243b378a023a22bf325a3d084543b050e authored about 12 years ago
Implemented support for node sets in DOT parser

ffdb85ccecfa9ff326834183ef2dbb17e629aa5f authored about 12 years ago
Added support in DOT parser for attributes with namespaces (like color.border=red)

e6187589f94f351370fb2002a9e6d58b6cf55097 authored about 12 years ago
DOT parser does now maintain order of nodes, is returned as an array instead of a map

2aa3a9b19a5ff207b6139a0ca611595d836c9ec3 authored about 12 years ago
Minor style improvements

ee9e8330800def1d2b2fca1a8cc5f01bc52a2bc7 authored about 12 years ago
Replaced logo

139b2c60cf41ff3e87103bb479e84f9a95d3855b authored about 12 years ago
Updated version number to 0.1.0-SNAPSHOT

aa6f9cfd8a6c48f330654ff1bd98813fd7a5db05 authored about 12 years ago
Index page updated

0c05d1900cc84d43cc990d49ccdedf5a78c69fa4 authored about 12 years ago
Created gallery

c7c268d20507727641e2f2c460a369d58f7ff7f1 authored about 12 years ago
Added docs and examples

08f1c079c041397d6aac6c9dd2ca17bae3f40957 authored about 12 years ago
Released version 0.0.9

e89f9975ce61eeb50422922a5216b2ae73f40404 authored about 12 years ago
Created some screenshots from examples

2c7c3355c98276a0884049510efc4027822a419d authored about 12 years ago
Renamed options for dashed lines in Graph

9754be5772831fc7d4982f661a239214179a64b6 authored about 12 years ago
Added and renamed some examples for Graph

99daad43f2fdaf72c6e91f902714513991b7e8f2 authored about 12 years ago
Graph: renamed shape 'rect' to 'box', changed default shape to 'ellipse'.

41d54bafba4df9a1677e87b20369138c9140e8dd authored about 12 years ago
Implemented ellipse shape in Graph

3db4cd0a3d473700a9b5df2d2a1bd54e81073f5f authored about 12 years ago
DOT parser didn't like `\r` characters

ede6816afdc7de2745524f5130cebba474eae0c1 authored about 12 years ago
Fixed a naming typo

8840bd74ecd7b30fc72b7572a6958d8319c2cef8 authored about 12 years ago
Removed border and background options for the frame (should be done using css)

fa1a5f91b6fa46f0aeffdca1b7796823fbd2eb7d authored about 12 years ago
Changed color options to an object with properties for border, background, and highlight color.

70ff35c47728931443a646e0a3e23ff51f278fdd authored about 12 years ago
Added examples from Graphviz gallery

b5a0efbd29d6d5788567f7cc91667c5fe0ad7caf authored about 12 years ago
Renamed line style `arrow` to `arrow-center`, and `arrow-end` to `arrow`.

7c5b27c630e760d580007cda1ba781aa4d6bdb6b authored about 12 years ago
Some fixes in the DOT parser

8c3bbd91f06ed061add46471c1f70e9b546bdd22 authored about 12 years ago
DOT parser rewritten

630d5e535a23ac1716865a746ece7c3316420fb1 authored about 12 years ago
Simplified example

501488ceed16bf668c35d8caac4038809a18cbd6 authored about 12 years ago
Added another Graph example

556c404e472643081ad8ae5691518df4b5963010 authored about 12 years ago
Renamed Graph property style to shape, and text to label

70c572fa93ba9c62fa974e0ad3d18e191a69a7b1 authored about 12 years ago
Implemented DOT support in Graph without need for a separate parse step.

465fa9c8c21dc48794a59714c5614debcd4d77ee authored about 12 years ago