Skip to content

Commit 125a9d5

Browse files
loneamarok72thebestnom
authored andcommitted
Correcting the value property of the relationship in example
1 parent 2570a7f commit 125a9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const config = {
161161
relationships: {
162162
RELATIONSHIP: { // same as node but mapped from neo4j relationship to vis.js edge
163163
// full properties list can be found at https://visjs.github.io/vis-network/docs/network/edges.html
164-
value: "wight",
164+
value: "weight",
165165
// the default is now without caption
166166
[NeoVis.NEOVIS_ADVANCED_CONFIG]: {// here you put edge properties that aren't mapped directly from the neo4j relationship
167167
cypher: {}, // same as label advance cypher
@@ -173,4 +173,4 @@ const config = {
173173
}
174174
}
175175
}
176-
```
176+
```

0 commit comments

Comments
 (0)