aframe-forcegraph-component
Advanced tools
Comparing version 2.11.1 to 2.12.0
@@ -55,2 +55,3 @@ /* global AFRAME */ | ||
linkHoverPrecision: {type: 'number', default: 2}, | ||
linkVisibility: {parse: parseAccessor, default: true}, | ||
linkColor: {parse: parseAccessor, default: 'color'}, | ||
@@ -165,2 +166,3 @@ linkAutoColorBy: {parse: parseAccessor, default: ''}, // color links with the same field equally | ||
'linkTarget', | ||
'linkVisibility', | ||
'linkColor', | ||
@@ -167,0 +169,0 @@ 'linkAutoColorBy', |
{ | ||
"name": "aframe-forcegraph-component", | ||
"version": "2.11.1", | ||
"version": "2.12.0", | ||
"description": "A 3D Force-Directed Graph component for A-Frame.", | ||
@@ -46,3 +46,3 @@ "main": "index.js", | ||
"accessor-fn": "^1.2.2", | ||
"three-forcegraph": "^1.14.1" | ||
"three-forcegraph": "^1.15.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
@@ -37,2 +37,3 @@ ## aframe-forcegraph-component | ||
| link-target | Link object accessor attribute referring to id of target node. | target | | ||
| link-visibility | Link object accessor function, attribute or a boolean constant for whether to display the link line. A value of `false` maintains the link force without rendering it. | true | | ||
| link-label | Link object accessor function or attribute for name (shown in label). | name | | ||
@@ -39,0 +40,0 @@ | link-desc | Link object accessor function or attribute for description (shown under label). | desc | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1980808
10295
112
Updatedthree-forcegraph@^1.15.1