aframe-forcegraph-component
Advanced tools
Comparing version 2.17.3 to 2.18.0
@@ -48,2 +48,3 @@ /* global AFRAME */ | ||
nodeResolution: {type: 'number', default: 8}, // how many slice segments in the sphere's circumference | ||
nodeVisibility: {parse: parseAccessor, default: true}, | ||
nodeColor: {parse: parseAccessor, default: 'color'}, | ||
@@ -189,2 +190,3 @@ nodeAutoColorBy: {parse: parseAccessor, default: ''}, // color nodes with the same field equally | ||
'nodeResolution', | ||
'nodeVisibility', | ||
'nodeColor', | ||
@@ -191,0 +193,0 @@ 'nodeAutoColorBy', |
{ | ||
"name": "aframe-forcegraph-component", | ||
"version": "2.17.3", | ||
"version": "2.18.0", | ||
"description": "A 3D Force-Directed Graph component for A-Frame.", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
"accessor-fn": "^1.2.2", | ||
"three-forcegraph": "^1.22.1" | ||
"three-forcegraph": "^1.23.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
@@ -33,2 +33,3 @@ ## aframe-forcegraph-component | ||
| node-resolution | Geometric resolution of each node, expressed in how many slice segments to divide the circumference. Higher values yield smoother spheres. | 8 | | ||
| node-visibility | Node object accessor function, attribute or a boolean constant for whether to display the node. | true | | ||
| node-color | Node object accessor function or attribute for node color (affects sphere color). | color | | ||
@@ -35,0 +36,0 @@ | node-auto-color-by | Node object accessor function (`fn(node)`) or attribute (e.g. `'type'`) to automatically group colors by. Only affects nodes without a color attribute. | | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1601895
13343
130
Updatedthree-forcegraph@^1.23.0