aframe-forcegraph-component
aframe-forcegraph-component copied to clipboard
Force-directed graph component for A-Frame
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [karma](https://github.com/karma-runner/karma) from 4.4.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Could you please provide super-hands ( https://github.com/wmurphyrd/aframe-super-hands-component ) support for user interactions with nodes/edges?
**Is your feature request related to a problem? Please describe.** I am currently trying to reproduce the "Dynamic data changes" example in aframe-forcegraph-component **Describe the solution you'd like** being able...
Hi, I'm trying to achieve this [zoom-effect](https://vasturiano.github.io/3d-force-graph/example/click-to-focus/) using the aframe interface. Non aframe-code: https://github.com/vasturiano/3d-force-graph/blob/master/example/click-to-focus/index.html#L20 The "on-node-center-hover" works fine, but I was wondering how clicks should be handled in the aframe...
Congratulations on your beautiful project for A-frame, Vasco We are WebXR developers with A-frame and we would like to know how we can use Image or other Entity instead of...
**Describe the bug** The forcegraph disappears when selected in the visual inspector. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://vasturiano.github.io/aframe-forcegraph-component/examples/basic/ 2. Activate the visual inspector (control-option-I on...
Adding typescript typings would help with the use of this component from typescript code
Hi again ;) I'm using aframe-forcegraph-component with react and it seems that the tooltips elements are sometimes not defined when `remove` is called, so it generates an error. To solve...