Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shoujiali authored Apr 2, 2024
1 parent 74dbb89 commit 48d7bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/text-nodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

const Graph = ForceGraph3D()
(document.getElementById('3d-graph'))
.jsonUrl('../datasets/dod.json')
.jsonUrl('../datasets/dod_twitter.json')
.nodeAutoColorBy('group')
.nodeThreeObject(node => {
const sprite = new SpriteText(node.id);
Expand Down

0 comments on commit 48d7bb3

Please # to comment.