Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
406 commits
Select commit Hold shift + click to select a range
6acc7bd
feat(network): Improve the performance of the network layout engine (…
richvdh Feb 22, 2017
c83492e
Initial tests for timeline ItemSet. (#2750)
bradh Feb 25, 2017
6b5462e
[Timeline] Modify redraw logic to treat scroll as needing restack. (#…
bradh Feb 25, 2017
d0f2a63
Added support to supply an end to bar charts to have them scale (#2760)
Vx2gas Feb 25, 2017
20fc8ed
[timeline] Update examples to use ISOString format. (#2791)
bradh Feb 26, 2017
0750015
[timeline] Update serialization example to use ISOString dates. (#2789)
bradh Feb 26, 2017
f5b43e8
fix(timeline): #2672 Item events original event (#2704)
yotamberk Feb 26, 2017
dd55439
added github templates for issues and pull-requests (#2787)
mojoaxel Feb 26, 2017
d137483
feat(timeline): Add item data as argument to the template function (#…
CodeTroopers Feb 27, 2017
ee77164
added @bradh as member of the support team (#2801)
mojoaxel Feb 27, 2017
3df8107
Fix regression introduced in #2743. (#2796)
bradh Feb 27, 2017
af86650
Fix for issue #2536 (#2803)
axizo-pi Mar 2, 2017
e835e35
[timeline] Update "progress bar" example to reflect values. (#2828)
bradh Mar 4, 2017
91c2c31
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Mar 4, 2017
88807e4
Add edited data as argument to the template function with update docu…
CodeTroopers Mar 4, 2017
eba3cf8
fix(timeline): #2725 background items positioning when `orientation: …
yotamberk Mar 5, 2017
3a2b781
docs(timeline): Update docs and example to suggest being explicit abo…
bradh Mar 5, 2017
abb3afa
docs(graph3d): Adjusted graph3d doc for autoscaling; ref Issue #2540 …
axizo-pi Mar 5, 2017
6586c53
Remove all `Object.assign` from examples (for browsers that don;t sup…
yotamberk Mar 5, 2017
f8be0a5
Add animation options for zoomIn/zoomOut funtions (#2830)
yotamberk Mar 5, 2017
659af58
fix(timeline): #2795 fix date for custom format function (#2826)
marcortw Mar 6, 2017
a9e14d3
Graph3d tooltip styling (#2780)
p-a Mar 9, 2017
76ed8ca
Fix to sort nested groups - Related to #2810 (#2817)
frankisans Mar 9, 2017
ea1d8c1
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Mar 18, 2017
4f97bc8
Prevent redirect to blank after drag and drop (FF) (#2871)
guvial Mar 18, 2017
2d4491e
Release v4.19.0 (#2874)
mojoaxel Mar 18, 2017
c18a392
changed to v4.19.0-SNAPSHOT
mojoaxel Mar 18, 2017
2a1ce02
fix(chore): Moved babel to devDependencies (#2875)
mojoaxel Mar 18, 2017
a6a7ee2
Allow nested groups to be removed by nulling the nestedGroups content…
BTMorton Mar 18, 2017
a67a8e2
Fixes for removing and adding items to subgroups (#2821)
BTMorton Mar 18, 2017
0906f0a
fix(timeline): #2809 Fix docs typo in `showNested` (#2879)
yotamberk Mar 19, 2017
d6f6358
Release v4.19.1
mojoaxel Mar 19, 2017
0944445
changed version to v4.19.1-SNAPSHOT
mojoaxel Mar 19, 2017
92088be
added @wimrijnders to the support team (#2886)
mojoaxel Mar 21, 2017
1901a3e
Visible items bug (#2878)
yotamberk Mar 21, 2017
ec20129
Reduce the time-complexity of the network initial positioning. (#2759)
ludost Mar 23, 2017
fd46ec1
updated moment.js (#2925)
mojoaxel Mar 28, 2017
23e96c3
(timeline docs #2888) Fix error in class names. (#2911)
bradh Mar 29, 2017
752da28
Fix typo in PR template. (#2908)
bradh Mar 31, 2017
3ecc98f
[Timeline fix #2814] Do not corrupt class names at high zoom levels. …
bradh Apr 1, 2017
3d1e8a3
Add callback functions to moveTo, zoomIn, zoomOut and setWindow (#2870)
yotamberk Apr 1, 2017
1cd3b05
Rolling mode offset (#2950)
Smileydude Apr 5, 2017
fc082d3
Fixes #2918: Remove usages of elementsCensor. (#2947)
darthsteven Apr 5, 2017
420f8a3
Fix check for nodes not present in EdgesHandler (#2963)
axizo-pi Apr 11, 2017
3d79ad5
Fix #2940 Gephi consolidate double assignment of node title. (#2962)
axizo-pi Apr 11, 2017
af16ffc
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Apr 11, 2017
6e59ac9
Drop control - fix #2834 (#2974)
yotamberk Apr 12, 2017
03c6e9b
Fix #2914: Use option edges.chosen if present in global options (#2917)
axizo-pi Apr 13, 2017
bcbce0a
Drag and drop custom fields (#2872)
yotamberk Apr 13, 2017
1ae1e15
Network: use separate refresh indicator in NodeBase, instead of width…
axizo-pi Apr 14, 2017
099a8e7
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Apr 14, 2017
3028c14
Fix #2679 (#2973)
yotamberk Apr 15, 2017
b496717
Fix doubleclick add (#2987)
yotamberk Apr 17, 2017
0c27b50
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Apr 17, 2017
28a4d44
Fix #2614: Timeline docs border overlaps (#2992)
knokit Apr 22, 2017
0ae676c
Add check for empty groupIds array and get full list from data set. F…
BTMorton Apr 26, 2017
253e52a
Fix #2994: select edge with id zero (#2996)
axizo-pi Apr 28, 2017
79bb381
Add check for parent existence when changing group in Item.setData. (…
BTMorton Apr 28, 2017
e17136a
Fix placement label for dot shape (#3018)
axizo-pi Apr 30, 2017
6bffd49
added documentation on how labels are used (#2873)
mojoaxel Apr 30, 2017
77699b4
Eliminate repeatedly fired `rangechanged` events on mousewheel (#2989)
yotamberk May 1, 2017
0a64249
Implementation of a week scale feature (#3009)
marcortw May 2, 2017
41677bd
Refactoring in Canvas.js (#3030)
axizo-pi May 3, 2017
10927b5
Fix click and doubleclick events on items (#2988)
yotamberk May 3, 2017
a58b92c
Fix handling of node id's in saveAndLoad example (#2943)
axizo-pi May 5, 2017
29e696a
Label.getFormattingValues() fix option fallback to main font for mod-…
axizo-pi May 13, 2017
1673980
Set CircleImageBase.imageObjAlt always when options change (#3053)
axizo-pi May 13, 2017
e422c34
Refactoring of Label.propagateFonts() (#3052)
axizo-pi May 13, 2017
b20fe12
Fix for exploding directed network, first working version; refactored…
axizo-pi May 13, 2017
005fa97
Fix #2952 Pre-render node images for interpolation (#3010)
axizo-pi May 13, 2017
f67d16c
Fix #2922: bold label for selected ShapeBase classes. (#2924)
axizo-pi May 13, 2017
63794a3
mouseup and mousedown events fixes #3032 (#3059)
danny-larsen May 19, 2017
02911c0
Add command line options to mocha for running tests (#3064)
axizo-pi May 19, 2017
bf80a90
Avoid overriding standard context method ellipse() (#3072)
axizo-pi May 19, 2017
168e79d
Use get() to get data from DataSet/View instead of directly accessing…
axizo-pi May 19, 2017
000fe82
Added check on mission var 'options', refactoring. (#3055)
axizo-pi May 19, 2017
85e36ed
Configurable minimum and maximum sizes for dot-size graphs (#2849)
axizo-pi May 20, 2017
9a56441
Fixes for loading images into image nodes (#2964)
axizo-pi May 20, 2017
e25db74
replacing all ES6 imports with CJS require calls (#3063)
patsissons May 20, 2017
ec4699d
Nathanbennett improve timeline stack performance (#3078)
yotamberk May 20, 2017
585d8b0
LineGraph: Add an existingItemsMap to check if items are new or not b…
May 20, 2017
28fc990
Timeline 'showTooltips' option (#3046)
cameronkloot May 20, 2017
545fb18
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk May 20, 2017
421e361
Add support for multiple class names in utils add/remove class method…
BTMorton May 20, 2017
207b3a4
Release v4.20.0 (#3077)
mojoaxel May 21, 2017
0efc1ef
changed version to v4.20.1-SNAPSHOT
mojoaxel May 21, 2017
b81dbcf
created a checklist for the release process
mojoaxel May 21, 2017
26a249b
unchecked everything
mojoaxel May 21, 2017
88d298d
added make github release
mojoaxel May 21, 2017
87cd182
Add prefix to cancelAnimationFrame() (#3087)
axizo-pi May 22, 2017
28abf0a
timeline - items always draggable upgrade for range (#3073)
keksa May 25, 2017
0e6b6ec
Added param 'direction' to Network.getConnectedNodes() (#3108)
axizo-pi May 30, 2017
003a4b2
Changed order of (de)select events for network (#3113)
axizo-pi May 30, 2017
ed8d6cb
Edge labels turn bold on select and hover (#3111)
axizo-pi May 30, 2017
22edb38
Fix option handling label selection of edges (#3116)
axizo-pi May 31, 2017
e54bb16
Timeline: Allow overriding `align` per item (#3107)
grahamj May 31, 2017
ee566f7
Added collapsible items for objects in graph3d doc (#3104)
axizo-pi Jun 3, 2017
3ce7fbe
Refactoring of LayoutEngine (#3110)
axizo-pi Jun 3, 2017
b882b38
Properly handle newline escape sequences in strings for DOT (#3112)
axizo-pi Jun 3, 2017
be036db
Fix on call to i`fontOptions.chooser()` in module Label (#3124)
axizo-pi Jun 3, 2017
33c3e3d
Add data group class to Graph3d (#3152)
axizo-pi Jun 9, 2017
69fef3d
Ensure start and end of stabilization progress events is sent (#3165)
axizo-pi Jun 13, 2017
04ecc85
Prevent crashes from invalid id's in `Clustering.findNode()` (#3166)
axizo-pi Jun 13, 2017
f8ba6f0
Protect Network from zero and negative mass values (#3135)
axizo-pi Jun 13, 2017
a746466
Fix usage of clustering with hierarchical networks (#3132)
axizo-pi Jun 13, 2017
c16b2a3
Network: Smooth type 'dynamic' adjusted for node-specific option in h…
axizo-pi Jun 13, 2017
98c0922
Consolidate code for determining the pixel ratio (#3088)
axizo-pi Jun 13, 2017
33a4c28
Refactoring of `BezierEdgeStatic._getViaCoordinates()` (#3121)
axizo-pi Jun 13, 2017
418b42b
Refactored line drawing for Bezier edges (#3122)
axizo-pi Jun 13, 2017
56083ec
Adding caching to Range getMillisecondsPerPixel function (#3154)
rgriffogoes Jun 13, 2017
48a1d3a
Adjusting timeline TimeStep.roundToMinor - fixes #3105 (#3175)
madebydavid Jun 15, 2017
73423c0
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Jun 17, 2017
b29faf7
Merge branch 'releaseChecklist' of https://github.com/almende/vis int…
yotamberk Jun 17, 2017
427de22
Reverse nodes returned with 'from' and 'to' directions (#3186)
axizo-pi Jun 20, 2017
13ef7ee
Fixed #3183 (#3184)
Jun 20, 2017
a820ec4
Refactoring of Node Drawing (#3170)
axizo-pi Jun 20, 2017
2eb4bbc
Release checklist (#3084)
mojoaxel Jun 20, 2017
d8458a9
Small fix on ref usage in DataGroup (#3198)
axizo-pi Jun 22, 2017
dab20a8
Merge conflicts
yotamberk Jun 22, 2017
f115ebb
Remove npm-debug logs
yotamberk Jun 22, 2017
ff5916d
Set dimensions properly of images on initialization. (#3205)
axizo-pi Jun 24, 2017
eec083c
Fix stacking when setting option (#3172) (#3201)
yotamberk Jun 24, 2017
d3c2008
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Jun 26, 2017
77cf6df
Fix subgroup collision (#3200)
yotamberk Jun 29, 2017
9a95266
V4.20.1 (#3224)
yotamberk Jul 2, 2017
b110a05
Merge branch 'develop' of https://github.com/almende/vis into develop
yotamberk Jul 2, 2017
35ba2ea
changed version to v4.20.1-SNAPSHOT
yotamberk Jul 2, 2017
ad4d84d
Small things missed during review of HISTORY.md (#3226)
axizo-pi Jul 7, 2017
843eb44
Upgrade packages and tools for Travis unit testing (#3262)
axizo-pi Jul 16, 2017
979b53a
Fix missing reference to Graph3D instance in DataGroup (#3255)
axizo-pi Jul 16, 2017
221757c
Enable 'eslint' (#3230)
axizo-pi Jul 16, 2017
eff7573
Fix manipulation examples for Network (#3266)
axizo-pi Jul 20, 2017
e494514
Bidirectional scrolling in timeline - make horizontalScroll and verti…
grimalschi Jul 20, 2017
e698c5d
Fix missing commend end in .eslintrc (#3264)
axizo-pi Jul 20, 2017
658dbc1
Allow DOM elements for node titles (#3267)
axizo-pi Jul 20, 2017
0fa017f
Graph3d put guards before unsubscription in DataGroup (#3271)
axizo-pi Jul 20, 2017
af4e1fa
Network: make 'hidden' and 'clustered' play nice together (#3274)
axizo-pi Jul 20, 2017
ca6beb0
Add unit tests for Graph3D issue (#3260)
axizo-pi Jul 20, 2017
9664c27
Refactor LayoutEngine for further work (#3227)
axizo-pi Jul 20, 2017
9795e90
Refactoring and unit testing of Validator module (#3106)
axizo-pi Jul 20, 2017
90adc2f
Network: Add pointer data to hover events (#3128)
axizo-pi Jul 20, 2017
fc7b5f0
Multiple base edges in clustered edge (#3268)
axizo-pi Jul 21, 2017
f805b1f
Update hierarchy when node level changes (#3239)
axizo-pi Jul 21, 2017
6aba9b2
Fix infinite loop on drawing of large labels (#3228)
axizo-pi Jul 21, 2017
b9aec48
Graph3d: move Filter into DataGroup (#3159)
axizo-pi Jul 21, 2017
16a639b
Added dragStart event for adding edges. (#3141)
axizo-pi Jul 21, 2017
2525cc3
Fix missing ref on globalOptions in mergeOptions() (#3281)
axizo-pi Jul 22, 2017
2697973
Cleanup mergeOptions() (#3280)
axizo-pi Jul 23, 2017
536d250
Add option definitions and validation to Graph3d (#3099)
axizo-pi Jul 23, 2017
3adaefd
Update module versions to latest stable (#3287)
axizo-pi Jul 26, 2017
435a2ab
updated the webpack example (#3295)
mojoaxel Jul 26, 2017
6b191f8
Network: Block recalculation of level in LayoutEngine._determineLevel…
axizo-pi Jul 26, 2017
080b0f6
Fixed #3249 (#3250)
Jul 26, 2017
e5d0b59
lint graph2d (#3307)
macleodbroad-wf Aug 1, 2017
07e1af2
lint lib (#3308)
macleodbroad-wf Aug 1, 2017
c9a1183
lint shared (#3309)
macleodbroad-wf Aug 1, 2017
0df59c8
Makes Network, DataSet and DataView eslint compliant (#3304)
macleodbroad-wf Aug 1, 2017
b5ef4b9
lint timeline component item (#3310)
macleodbroad-wf Aug 1, 2017
ca5662c
lint timeline component (#3311)
macleodbroad-wf Aug 1, 2017
efc4b30
lint timeline (#3312)
macleodbroad-wf Aug 1, 2017
0465930
fix for #3169 - add parenthesis around ternary (#3324)
ponml Aug 1, 2017
aa07e2f
Enable linting for Travis (#3331)
axizo-pi Aug 2, 2017
a01ef86
[Network] Fixes for loading of examples (#3332)
axizo-pi Aug 2, 2017
35d27c6
Disable the default handling of the pinch event when handling it. (#3…
darthsteven Aug 8, 2017
810d088
[Network] Dynamically adjust clustering when data changes. (#3330)
axizo-pi Aug 8, 2017
3f54575
Fixes Issue #3316 - Updates network documentation to account for edge…
macleodbroad-wf Aug 8, 2017
059f307
Fixes Issue #1852 - Correct documentation for graph2d’s moveTo functi…
macleodbroad-wf Aug 8, 2017
b5e94a9
Fixes #2839 - Re-words documentation to reflect symmetrical input/out…
macleodbroad-wf Aug 8, 2017
97f33d2
Bug fix for null parent (#3342)
danny-larsen Aug 9, 2017
05cbb3b
Adds missing jsdoc and adds lint rule require-jsdoc to build process …
macleodbroad-wf Aug 9, 2017
8589ff6
Stricter Lint Rules on Graph3d (#3359)
macleodbroad-wf Aug 12, 2017
fbbb2cc
#3246 - fix issue when showMajorLabels == false is used with a weekly…
ponml Aug 12, 2017
44ffb44
#3246 FIX - weekly scale minor label fix (#3361)
ponml Aug 16, 2017
8c8f21d
Nested groups order logic (#3206)
yotamberk Aug 16, 2017
046fb27
Enable unit testing for module Network (#3313)
axizo-pi Aug 16, 2017
19beef7
Tightens up jsdoc lint rules on timeline (#3362)
macleodbroad-wf Aug 16, 2017
e44b0b0
Add edge styles support for DOT lib (#3348)
yasufum Aug 18, 2017
d4e4e9f
Removes redundant .eslintrc from graph3d, lints the rest of the code …
macleodbroad-wf Aug 18, 2017
13747ee
Adds missing @extends/@constructor to jsdoc (#3372)
macleodbroad-wf Aug 19, 2017
b998ecd
Enables "requireReturnType" for valid-jsdoc lint rule (#3374)
macleodbroad-wf Aug 20, 2017
6dfb468
Enables "ClassDeclaration" for require-jsdoc lint rule, and adds all …
macleodbroad-wf Aug 20, 2017
48c7cf9
Enable jsdoc-require MethodDefinition (#3382)
macleodbroad-wf Aug 22, 2017
0ac1ce4
Add item with ctrlKey/metaKey when dagging on a selected item (#3379)
yotamberk Aug 23, 2017
dc33994
Fix setting of edge color options via Network.setOptions() (#3377)
axizo-pi Aug 23, 2017
6adbefd
Network Clustering fixes on usage joinCondition for clusterOutliers()…
axizo-pi Aug 26, 2017
469ab5f
Addresses TODOs in Queue unit test by adding unit tests for setOption…
macleodbroad-wf Aug 27, 2017
2678fd2
added @macleodbroad-wf to the support team (#3402)
mojoaxel Sep 2, 2017
8a8234d
Add performance tips to timeline docs (#3360)
yotamberk Sep 2, 2017
b620f3a
Eliminate possibility of 'window is undefined' during travis test (#3…
axizo-pi Sep 2, 2017
f405fe8
fix orientation option (#3405)
keksa Sep 2, 2017
9c3c3cd
Fixed #3395: allow for multiline titles (#3396)
michel404 Sep 2, 2017
f75a893
Network: Cluster node handling due to dynamic data change. (#3399)
axizo-pi Sep 2, 2017
b97b265
DataSet - Adds unit tests for add, setOptions and on/off (#3394)
macleodbroad-wf Sep 2, 2017
c325418
Addresses code review comments from PR 3382 (#3398)
macleodbroad-wf Sep 4, 2017
cb87892
Added new Hexagon shape in the Network (#3420)
rg2609 Sep 9, 2017
fcb6c0a
Network: Added default sizes for nodes without labels (#3421)
axizo-pi Sep 9, 2017
afbd6b9
Fixes issue #3428 - Adds locale for Chinese (cn) (#3430)
macleodbroad-wf Sep 9, 2017
7157df0
Network: Consolidate code for generating endpoints (#3422)
axizo-pi Sep 9, 2017
9957798
The next fix on Travis unit test failure (#3431)
axizo-pi Sep 13, 2017
1ec5191
Network: Fixes sorting on Layout, refactoring. (#3411)
axizo-pi Sep 16, 2017
091473a
Add endpoint 'bar' to Network (#3444)
axizo-pi Sep 16, 2017
b0481d3
Strapping down of Extend-routines in util.js (#3442)
axizo-pi Sep 16, 2017
9830616
Group redraw performance (#3409)
yotamberk Sep 18, 2017
f570fed
Fix Group Performance (#3453)
yotamberk Sep 21, 2017
0f3789a
Adjust for-in loops so they can deal with added properties in Array a…
axizo-pi Sep 22, 2017
9f7b1f9
Network: Fix handling of space before huge word in label text. (#3470)
axizo-pi Sep 22, 2017
1fd58cc
Make negative scaleFactor reverse middle arrow correctly (#3474)
MightyPork Sep 26, 2017
3125aae
IE11 svg image fixes (#3477)
justinharrell Sep 26, 2017
3cac614
IE performance improvements #3425 (#3489)
justinharrell Sep 29, 2017
75e6263
Network: Fix handling of multi-fonts (#3486)
axizo-pi Sep 29, 2017
9fa9b00
Network: Prevent image loading for hidden cluster nodes (#3492)
axizo-pi Sep 29, 2017
663e294
Network: Adjust documentation for arrows.middle.scaleFactor (#3488)
axizo-pi Sep 29, 2017
409e4a3
Network detect clicks on labels (#3410)
axizo-pi Sep 29, 2017
fe49e7e
Improve Item redraw and initial draw performance (#3475)
yotamberk Sep 29, 2017
9218b01
Subgroup stacking (#3501)
Areson Sep 30, 2017
51a8977
Vertical focus (#3504)
Areson Sep 30, 2017
4b489a1
Added describe sections to PointItem unit tests (#3509)
axizo-pi Oct 1, 2017
659f0e9
Network: Add extra check on null value during label handling (#3511)
axizo-pi Oct 1, 2017
006b162
- Fixing a bug with the timing of the final setting of the vertical s…
Areson Oct 1, 2017
2860d73
Item Redraw Performance - Bug Fix (#3513)
Areson Oct 2, 2017
3581561
re-adds edges if they are now connected and add does not add invalid …
justinharrell Oct 3, 2017
ecdb59e
Network: Cleanup and refactoring PhysicsEngine (#3507)
axizo-pi Oct 5, 2017
e4efee6
Allow disabling of RangeItem limitSize (#3050)
grahamj Oct 5, 2017
aa320ae
Additional changes for #3500 (#3525)
justinharrell Oct 6, 2017
3bc3d16
Drag object in to item (#3506)
yotamberk Oct 7, 2017
6afc095
On timeline loaded (#3530)
yotamberk Oct 7, 2017
4a25c43
Network: Retain constraint values in label font handling (#3520)
axizo-pi Oct 8, 2017
683544c
Network: Relax clustering condition for adding already clustered node…
axizo-pi Oct 12, 2017
d828ad0
v4.21.0
yotamberk Oct 12, 2017
be98231
Fix review comments
yotamberk Oct 12, 2017
de5dbfa
Merge pull request #1 from yotamberk/v4.21.0
yotamberk Oct 12, 2017
18de2e7
Add Gitter badge (#2179)
gitter-badger Oct 18, 2016
8472fd6
do not generate source-maps in distribution version
mojoaxel Nov 5, 2016
2d48632
add 'dist' folder for deployment
mojoaxel Nov 5, 2016
6bd5823
added Badges
mojoaxel Nov 23, 2016
9e0d232
added codeclimate badge
mojoaxel Nov 24, 2016
1e2a562
added badges from isitmaintained.com (#2517)
mojoaxel Dec 31, 2016
8cd25fe
do not ignore dist and test folders in master
mojoaxel Jan 15, 2017
6b0db3a
generated dist files for v4.18.0
mojoaxel Jan 15, 2017
5143685
generated dist files for v4.18.1
mojoaxel Jan 29, 2017
c18d8a1
generated dist files for v4.19.0
mojoaxel Mar 18, 2017
89cc60d
generated dist files for v4.19.1
mojoaxel Mar 19, 2017
c7028b2
generated dist files for v4.20.0
mojoaxel May 21, 2017
45fbee6
generated dist files for v4.20.1
yotamberk Jul 2, 2017
3a2cf84
generated dist files for v4.21.0
yotamberk Oct 12, 2017
0017167
generated dist files for v4.21.0
yotamberk Oct 12, 2017
5563fc6
Adds code-coverage badge, code coverage reports, and test-cov script …
macleodbroad-wf Nov 4, 2017
0b2a54a
End of live (#4306)
mojoaxel Jul 28, 2019
b69f9bf
add badge support
kinjal-gandhi Sep 14, 2022
9df71a3
to badge
kinjal-gandhi Sep 14, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": ["es2015"],
"plugins": [
"transform-es3-property-literals",
"transform-es3-member-expression-literals",
"transform-runtime"
]
}
6 changes: 6 additions & 0 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"adjoining-classes": false,
"box-model": false,
"box-sizing": false,
"order-alphabetical": false
}
42 changes: 42 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
},

"parserOptions": {
"sourceType": "module",
},

"extends": "eslint:recommended",

// For the full list of rules, see: http://eslint.org/docs/rules/
"rules": {
"complexity": [2, 55],
"max-statements": [2, 115],
"no-unreachable": 1,
"no-useless-escape": 0,

"no-console": 0,
// To flag presence of console.log without breaking linting:
//"no-console": ["warn", { allow: ["warn", "error"] }],

"require-jsdoc": ["error", {
"require": {
"FunctionDeclaration": true,
"MethodDefinition": true,
"ClassDeclaration": true,
"ArrowFunctionExpression": false
}
}],
"valid-jsdoc": [2, {
"requireReturnDescription": false,
"requireReturn": false,
"requireParamDescription": false,
"requireReturnType": true
}],
"guard-for-in": 1,
},
}
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This project is no longer in active development. See #4259 for details.

Please contribute to the [visjs community](https://github.com/visjs)!
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This project is no longer in active development. See #4259 for details.

Please contribute to the [visjs community](https://github.com/visjs)!
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# vis.js files
test/

# npm files
node_modules
npm-debug.log
Expand All @@ -16,5 +15,6 @@ dist
.settings/
.directory

# vim temporary files
# temporary files
.*.sw[op]
.commits.tmp
7 changes: 7 additions & 0 deletions .mdlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Markdown Lint Rules
// https://github.com/mivok/markdownlint/blob/master/docs/RULES.md

rules
"~MD012", // alert on multiple consecutive blank lines
"~MD013", // line length should be no more than 80 characters
"~MD014", // Dollar signs used before commands without showing output
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: node_js
node_js:
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libgif-dev
- g++-4.8
code_climate:
repo_token: 07de009e5f4d0a43c51b18f3443b2fe7ddcf3fea206e75c3a81b1c4030657f69
cache:
directories:
- node_modules
before_script:
- npm run lint
- npm install gulp
script:
- gulp
- npm run-script test-cov
after_script:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < ./coverage/lcov.info
15 changes: 3 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
## Contributing
# Contributing

[Contributions](//github.com/almende/vis/blob/master/misc/how_to_help.md) to the vis.js library are very welcome! [We can't do this alone](//github.com/almende/vis/blob/master/misc/we_need_help.md).
This project is no longer in active development. See #4259 for details.

### Questions
If you have any *general question* on how to use the vis.js library in your own project please check out [stackoverflow](http://stackoverflow.com/questions/tagged/vis.js) for thinks like that. **This is NOT a JavaScript help forum!**

### Bugs, Problems and Feature-Requests
If you really want to open a new issue:
* Please use the [search functionality](//github.com/almende/vis/issues) to make sure that there is not already an issue concerning the same topic.
* Please make sure to **mention which module** of vis.js (network, timeline, graph3d, ...) your are referring to.
* If you think you found a bug please **provide a simple example** (e.g. on [jsbin](jsbin.com)) that demonstrates the problem.
* If you want to propose a feature-request please **describe what you are looking for in detail**, ideally providing a screenshot, drawing or something similar.
* **Close the issue later**, when the issue is no longer needed.
Please consider contributing to the [visjs community](https://github.com/visjs)!
Loading