Note: the displayed `<id>` is the value of NodeMode.id +====+
diff --git a/browser-manual/5/neo4j-arc/index.html b/browser-manual/5/neo4j-arc/index.html index ae20f03931c..c5227bd0c84 100644 --- a/browser-manual/5/neo4j-arc/index.html +++ b/browser-manual/5/neo4j-arc/index.html @@ -589,12 +589,37 @@
neo4j-arc does not genreate node ID. It is
+The Neo4J Browser is logically composed of 2 parts:
A slightly coupled graphing module
+The neo4j-arc, which is the current part we are discussing
+The neo4j-arc is based on D3 and implements its own layout, coloring, and link drawing. For example, the calculation +of arrow, i.e. links, between nodes uses some +very complicated math +along with very prelimiary MDN standard basic shap specification.
+IMPORTANT
+====
+Although we see <id>
property for every node or relationship in the node inspection panel of Neo4J Browser, those
+ID’s are NOT generated by neo4j-arc, but instead by Neo4J database
Note: the displayed `<id>` is the value of NodeMode.id +====+
A user-interface that combines the graph rendering (supported by the graphing module), database, and user @@ -602,12 +627,6 @@
The graphing is based on D3 and implements its own layout, coloring, and link drawing. For example, the calculation of -arrow, i.e. links, between nodes uses some -very complicated math -along with very prelimiary MDN standard basic shap specification.
-