We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f9015 commit 85fdc4aCopy full SHA for 85fdc4a
1 file changed
examples/large-graph/index.html
@@ -31,8 +31,6 @@
31
32
<a-entity forcegraph="
33
json-url: blocks.json;
34
- node-label: description;
35
- node-desc: user;
36
node-auto-color-by: user;
37
on-node-hover: node => document.querySelector('#forcegraph-tooltip').setAttribute('value', node ? `${node.description} (${node.user})` : '');
38
"></a-entity>
0 commit comments