Skip to content

Commit a4d4c54

Browse files
committed
Updated Readme, added basic rendering image
1 parent 574d0bc commit a4d4c54

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

basic.jpg

216 KB
Loading

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<style> body { margin: 0; } </style>
33

44
<script src="//unpkg.com/3d-force-graph"></script>
5-
<script src="//cdn.rawgit.com/neo4j/neo4j-javascript-driver/1.2/lib/browser/neo4j-web.min.js"></script>
5+
<script src="//cdn.rawgit.com/neo4j/neo4j-javascript-driver/1.4.1/lib/browser/neo4j-web.min.js"></script>
66
<!--<script src="../../dist/3d-force-graph.js"></script>-->
77
</head>
88

readme.adoc

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ MATCH (n)-->(m) RETURN id(n) as source, id(m) as target LIMIT $limit
2222
ForceGraph3D()(document.getElementById('3d-graph')).graphData(gData)
2323
----
2424

25+
image::{base}/basic.jpg[width=600]
26+
2527
link:{base}/index.html[Render Example^] | link:index.html[Code^]
2628

2729
== Incremental Loading
@@ -69,7 +71,7 @@ link:{base}/color.html[Render Example^] | link:color.html[Code^]
6971

7072

7173
.Color and Caption on Paradise Papers
72-
image::labels-info.jpg[width=600]
74+
image::{base}/labels-info.jpg[width=600]
7375

7476
== Weights for Node and Relationship Sizes
7577

@@ -101,7 +103,7 @@ const Graph = ForceGraph3D()(elem)
101103
link:{base}/weights.html[Render Example^] | link:weights.html[Code^]
102104

103105
.Weights on Game Of Thrones
104-
image::weights-got.jpg[width=600]
106+
image::{base}/weights-got.jpg[width=600]
105107

106108
== Particles & Cluster Coloring
107109

@@ -134,4 +136,4 @@ const Graph = ForceGraph3D()(elem)
134136
link:{base}/particles.html[Render Example^] | link:particles.html[Code^]
135137

136138
.Particles and Clusters on Game Of Thrones
137-
image::particles-got.jpg[width=600]
139+
image::{base}/particles-got.jpg[width=600]

0 commit comments

Comments
 (0)