Ecosyste.ms: OpenCollective

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

github.com/visjs/vis_original

READ ONLY
https://github.com/visjs/vis_original

- Added a finishedRedraw event.

411b08abd6492476eda5a9186ec709ed7f9ae87a authored almost 10 years ago by Alex de Mulder <[email protected]>
reverting example

fed1e4e185316ec4c91bc26f61e51e18b23af8a1 authored almost 10 years ago by Alex de Mulder <[email protected]>
- Removed IDs from navigation so multiple networks can be shown on the same page. (#438)

1dafff1108348e1f27a828806f41ceda42357337 authored almost 10 years ago by Alex de Mulder <[email protected]>
reverted example

5a023f807743b42691266f2fb2b8bcdb7ae587cd authored almost 10 years ago by Alex de Mulder <[email protected]>
- Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.

37c80b19319c352b6dd824850a19d59cba7045f2 authored almost 10 years ago by Alex de Mulder <[email protected]>
modularized graph2d draw styles, added point style.

6a9370374968ca9a1d7cb9f33e3f4f3c255c2221 authored almost 10 years ago by Alex de Mulder <[email protected]>
Added new examples to index.html

24fb196d3c677afa497ac2bead63058674923bd8 authored almost 10 years ago by jos <[email protected]>
Bumped version number to 3.6.5-SNAPSHOT

4012b4880d446a24450dd88e3bf31c94e976eaff authored almost 10 years ago by jos <[email protected]>
Released version 3.6.4

dc22bba9b89e787d76942614b15d4b9c2c4a1c72 authored almost 10 years ago by jos <[email protected]>
Fixed an issue with graphHeight in Graph2d

a6ff28f38b09d6248a287e05396eabc89c7c0a46 authored almost 10 years ago by jos <[email protected]>
new keycharm version

823e66a920fc48005da37a636a0dbb5e7f8d9b7e authored almost 10 years ago by AlexDM0 <[email protected]>
removed mousetrap, added keycharm

7dfe60be38be3143147cb2bdb5f3386d3920ca7e authored almost 10 years ago by Alex de Mulder <[email protected]>
further cleanup of binary search

f07b9a8ae4678bf2231ee0a0916de4d50f478f38 authored almost 10 years ago by Alex de Mulder <[email protected]>
Optimised a serious slowdown on performance since hidden dates. Clarified binary search

6ded752e03aadb19d539993be8191dae5522dbf1 authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed clean up of icons, titles, fixed some style issues, typos

7c23ffa3c175f843a60416ab81623d6703713f21 authored almost 10 years ago by Alex de Mulder <[email protected]>
Merge branch 'cdjackson-graph2d_styling' into develop

Conflicts:
lib/timeline/component/DataAxis.js
lib/timeline/component/LineGraph.js

5aa43121326fb82e56dfad54f589e6bf38d16670 authored almost 10 years ago by Alex de Mulder <[email protected]>
Merge branch 'graph2d_styling' of https://github.com/cdjackson/vis into cdjackson-graph2d_styling

7f9ec52c3f7ea361db58c568182f5ee8d7a2368c authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed bug introduced in commit when options.graphheight was not supplied

3e3d0f083b669504a35fcd4472f4c78519956340 authored almost 10 years ago by Alex de Mulder <[email protected]>
Fixed moving legend when postioned on the bottom and vertical dragging

7ce3f418e4d01f0973a7a2bfb4618dcfe1c85859 authored almost 10 years ago by Alex de Mulder <[email protected]>
Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.

ca29945feddc9e5dc755d754fc5aeb3dcc0f8def authored almost 10 years ago by Alex de Mulder <[email protected]>
Made graphHeight automatic if height is defined AND if graphHeight is smaller than the center panel when height is defined as well.

f24b16ad5be3dab1e6e13e0da0cff748c24066b2 authored almost 10 years ago by Alex de Mulder <[email protected]>
Fixed cleaning up of graph2d groups.

6bf641bfd2de7d878b6cc14822a752ed49b51b55 authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed arrowheads not being colored

aac382fc1cca4c94c96ccd74ae5423a2087fb8ab authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed release with navigation buttons

2f17bd94dde2b093c851e425b014a4a3e3fafce4 authored almost 10 years ago by Alex de Mulder <[email protected]>
Update documentation

22af5eae85b65019d701903e2efe3c9d3dcb368c authored almost 10 years ago by Chris Jackson <[email protected]>
Update demo.

e7b9197163053140007802801c450df7fed043b1 authored almost 10 years ago by Chris Jackson <[email protected]>
Add fill styling option

9654c692a10f30c957923828d3b97c7625157ab7 authored almost 10 years ago by Chris Jackson <[email protected]>
Add style option for data points.

Note that this ought to be renamed to be consistent with other style options but currently 'style...

4e6c5a51afcda46f04f33d869427204ea79d8fdb authored almost 10 years ago by Chris Jackson <[email protected]>
Fixed #414: only one item being dragged when multiple items are selected.

43bead4a774dbc23f4895777710119d8c459213e authored almost 10 years ago by jos <[email protected]>
Update documentation

09626acdd70cef767fe0f4aeb80be846fbd5f295 authored almost 10 years ago by Chris Jackson <[email protected]>
Update examples

e9cd8384934d2659e55e8ec43009c64bd5c34ddb authored almost 10 years ago by Chris Jackson <[email protected]>
Fixed #408: height of background items not 100% when having a fixed or max height defined.

e95c28d04fff747e705deda9eb4c06aa88f0c2fa authored almost 10 years ago by jos <[email protected]>
Merge branch 'graph2d_add_title' into development

* graph2d_add_title:
Update demo
Catch case where title is undefined
Add style option for ...

67121738880b861a0e68015ff2228d2ff6159f45 authored almost 10 years ago by Chris Jackson <[email protected]>
Merge branch 'graph2d_decimals' into development

* graph2d_decimals:
Add decimal option for formatting axis labels

0e058110550f65cc79f640119f13377897469496 authored almost 10 years ago by Chris Jackson <[email protected]>
Update demo

ab76d352039823c8e89ac502b56bf4b4e37fd5cd authored almost 10 years ago by Chris Jackson <[email protected]>
Catch case where title is undefined

846e2b32d4bdc3a75f4f433183087ba5192a93e8 authored almost 10 years ago by Chris Jackson <[email protected]>
Add decimal option for formatting axis labels

e9f023fe6e19e3f33b77040527b03e6f88c009c1 authored almost 10 years ago by Chris Jackson <[email protected]>
Update icon to reflect style

ae8350e4087da52dbe53af6ecedd91d2e6c9c3a3 authored almost 10 years ago by Chris Jackson <[email protected]>
Add style option for axis titles.

f82b32c0cf5d8a37ec8b162e3d15263afecd3f22 authored almost 10 years ago by Chris Jackson <[email protected]>
Add documentation for axis titles.

997744988c32eb739630947e05dcea13758c6611 authored almost 10 years ago by Chris Jackson <[email protected]>
Add documentation.

d3ac79113540c2247230ac34d007156b3670e1bc authored almost 10 years ago by Chris Jackson <[email protected]>
Add 'style' option to group for lineChart.

Allows overriding of class definitions which provides a much simpler interface for programaticall...

64ed420183af7c9fc216b9ce107c98ddc0b6c7b2 authored almost 10 years ago by Chris Jackson <[email protected]>
Tidy up example

42c022437d0e3a541b296b188bcc2e0a2643b1a3 authored almost 10 years ago by Chris Jackson <[email protected]>
Add 'title' option to display a title on the left or right axes.

This is primarily designed for the graph2d line graph.

1636e3717fe7b26eabb9caf4bf026ef6b262fa72 authored almost 10 years ago by Chris Jackson <[email protected]>
Bumped version number to 3.6.4-SNAPSHOT

6633e22cba8afd4fcd9ab84f20d088ef861016e7 authored almost 10 years ago by jos <[email protected]>
Released version 3.6.3

ad3f20bcfd13fd535e281222a6417e4075d15ddc authored almost 10 years ago by jos <[email protected]>
Implemented DataSet.setOptions

6ec184e737b47cf3d816aa7fd4462e4ff845114f authored almost 10 years ago by jos <[email protected]>
Updated /dist

eb4f3c41a5408a6057a87640a6518cfd0ecb5011 authored almost 10 years ago by jos <[email protected]>
Updated docs and history

c34c5a66d8ad6486f189f4aeeb9735967c2f69fa authored almost 10 years ago by jos <[email protected]>
redraw on data change is now done on next tick, so you have only one redraw for multiple (synchronous) changes

ba6e05486ed6c306492c99d22cc16e638c1523e5 authored almost 10 years ago by jos <[email protected]>
Integrated queue in DataSet

41bbb30b8c909fd3cee7b24a6da127c1c1cba1af authored almost 10 years ago by jos <[email protected]>
Created a Queue

f9ca7e518300665cb88afe350d80cfa5e151a0cf authored almost 10 years ago by jos <[email protected]>
Fixed a regular expression

8fba07143231864fac3f1fd565c70ecfe7d44076 authored almost 10 years ago by jos <[email protected]>
Updated /dist

09cad4e1a226779af89b106b28f826c3e49a7e90 authored almost 10 years ago by jos <[email protected]>
Fixed #336: Timeline not working on IE9 anymore

8aa4528ffd788c1ec34aa5d0fb943d0d08cb0c29 authored almost 10 years ago by jos <[email protected]>
new build

18d2c4084a4985fcf6e5c6e68b80c31db791ba88 authored almost 10 years ago by Alex de Mulder <[email protected]>
Little refactoring

cc58bcadab881b8930abf7d90a91801f3a732e2a authored almost 10 years ago by jos <[email protected]>
Updated history

e953ba4c3cd35a6d94fb8b2076b80399be0b6b14 authored almost 10 years ago by jos <[email protected]>
Fixed and simplified binary search

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

589e9e240bf233392a06aeb2b7f1ad5c8afc3039 authored almost 10 years ago by Alex de Mulder <[email protected]>
Fixed dashed and arrow lines not using inheritColor. #399

3183aff621af64243aafa710aa3e54e4427490a7 authored almost 10 years ago by Alex de Mulder <[email protected]>
Fixed #402: background items not always be cleared when removing them

0e4cdeee2ecba42eb25413b609e10c712b4a102a authored almost 10 years ago by jos <[email protected]>
Bumped version number to 3.6.3-SNAPSHOT

edaa6cc33a2d2e0848d3684098640c0423c195b9 authored almost 10 years ago by jos <[email protected]>
Released version 3.6.2

9906a074a08b0930ded1d1691e22042e65eb1e63 authored almost 10 years ago by jos <[email protected]>
Dual licensed vis.js (see #285)

191bb159eae06f482e849747e7b739eaa0bf5df8 authored almost 10 years ago by jos <[email protected]>
Updated version number to 3.6.2-SNAPSHOT

8d83372dd3138782ee18ded70fbd31ba143ec903 authored almost 10 years ago by jos <[email protected]>
Released version 3.6.1

624a6f10c4c40e868222067624d875d391beb92d authored almost 10 years ago by jos <[email protected]>
fixed subgroups and added sorting

8527e25c6da111ef6e0625c76d86a4171b83b3dd authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed all problems with hiddenDates

5cd6a2c9a210445354d1d3ea9e6db45d5b80837d authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed all problems with hiddenDates EXCEPT moment on firefox

d35dbef594b31bb244e859e441f988c5d7fd23c4 authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed uneven spacing of hidden dates

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

Conflicts:
HISTORY.md
dist/vis.js

b0749fbe3407f11795570d8b762b1f386ae94f51 authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed uneven spacing of hidden dates

ec8b53d93824cab3118f820a31ce8dab1804146f authored almost 10 years ago by Alex de Mulder <[email protected]>
Changed version number to 3.6.1-SNAPSHOT

d64f43c18542b6e21894656e32d35f8a4d05f772 authored almost 10 years ago by jos <[email protected]>
Released version 3.6.0

01ef3b45ccb4d762cce137da6d2dea0e48346b0c authored almost 10 years ago by jos <[email protected]>
Background areas are now neatly ignored from stacking

727031283c89e410029979659649b392fb8b95c0 authored almost 10 years ago by jos <[email protected]>
Ok background areas seem to work fine now

91075357ab4393a0ab164ed8e7c1664639cfa016 authored almost 10 years ago by jos <[email protected]>
Background areas can now be draw in a specific group or spread over the whole Timeline.

00328965e79b1faa6a9b9c441fb1669ba8f38d12 authored almost 10 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

942ad574a12a2b260c42c23e89c1dd6b7e6270f6 authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed item dragging offset in the x direction

eb09734ca41dcca4933faf372d59ac2975245e4f authored almost 10 years ago by Alex de Mulder <[email protected]>
Cleaned up example 29

c198bcd17b9fa24322876f3b6407f107d964c531 authored almost 10 years ago by jos <[email protected]>
updated history

01c7d0e1da8b70218fa7ca6afaff3532ed236fcd authored almost 10 years ago by Alex de Mulder <[email protected]>
fixed height of legend

284874b47d365a446ef95447fc44ccf04eed4c83 authored almost 10 years ago by Alex de Mulder <[email protected]>
updated subgroups to have specific indexes for sorting later on

a12e44dc143a32cc4e3d3662e80943cc48a0a68e authored about 10 years ago by Alex de Mulder <[email protected]>
updated and improved API for hidden dates with the repeat argument

704755a29e570a5e6f92b31269cd5ec8cfb55991 authored about 10 years ago by Alex de Mulder <[email protected]>
fixed breaking the timeline :)

808c979e25f6edb2bca39831d2b9abfa84c34613 authored about 10 years ago by Alex de Mulder <[email protected]>
fixed snapping of minimum steps with hidden dates

0803da355cb34520a73f0c82f87edaa030d5cf7f authored about 10 years ago by Alex de Mulder <[email protected]>
improved docs on storePositions

564ec9ccd7f43bbd25ef6b5fb104edb0058ed1aa authored about 10 years ago by Alex de Mulder <[email protected]>
fully depricated setSelection. Improved selectable to respect dragging.

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

Conflicts:
examples/timeline/29_hiding_times.html
examples/timeline/30_subgroups.html

a1ec842ba185fe7e13dc1f80da021fc15d4456fc authored about 10 years ago by Alex de Mulder <[email protected]>
updated background item for better subgroup alignment. Fixed dragging items with hiddenDates

f6a1a252ed3050426aec874a8c12034e9b9b4b81 authored about 10 years ago by Alex de Mulder <[email protected]>
Added new examples to the index page

394fd7385139fba2a25615aacd5ba952d96b39d4 authored about 10 years ago by jos <[email protected]>
Fix in positioning of text label of node

f6655c001482f8ac25683c344c08567c604f6e9e authored about 10 years ago by jos <[email protected]>
cleaned up subgroups, removed magic numbers, added example, works for top and bottom orientations.

c35261eb9e50b50e56009756f2401008ed6b8a48 authored about 10 years ago by Alex de Mulder <[email protected]>
fixed selectable for network #371

6ca1700087055a9e520973b7cf71b0aaee513f37 authored about 10 years ago by Alex de Mulder <[email protected]>
removed support function

56af6ac8c7b24b0c4a65d6c179e26e9070a93a3f authored about 10 years ago by Alex de Mulder <[email protected]>
finalized hiddenDates, fixed tablet support. Cleaned up code, set 4 pixel threshold for performance.

8baad7a749a993b98f9959a7a104c27917cc43fe authored about 10 years ago by Alex de Mulder <[email protected]>
fixed moveTo, fit and setWindow. Improved animation smoothness

15075b3edc4bbebffe03257475be69bb31f229d8 authored about 10 years ago by Alex de Mulder <[email protected]>
updated major step for hidden dates

51931b2b5efd75f66d5d4f2ba82e84225feaf0c6 authored about 10 years ago by Alex de Mulder <[email protected]>
Merge pull request #368 from DinisCruz/master

Minor typo fix and added link to Google Data Table

13cb851be9d09f49bae9424b5092d9857803f0f8 authored about 10 years ago by Jos de Jong <[email protected]>