We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2570a7f commit 125a9d5Copy full SHA for 125a9d5
MIGRATING.md
@@ -161,7 +161,7 @@ const config = {
161
relationships: {
162
RELATIONSHIP: { // same as node but mapped from neo4j relationship to vis.js edge
163
// full properties list can be found at https://visjs.github.io/vis-network/docs/network/edges.html
164
- value: "wight",
+ value: "weight",
165
// the default is now without caption
166
[NeoVis.NEOVIS_ADVANCED_CONFIG]: {// here you put edge properties that aren't mapped directly from the neo4j relationship
167
cypher: {}, // same as label advance cypher
@@ -173,4 +173,4 @@ const config = {
173
}
174
175
176
-```
+```
0 commit comments