You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/integration.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ The default is ``None``, which means that all properties of the nodes in the pro
120
120
Apart from being visible through on-hover tooltips, these properties could be used to color the nodes, or give captions
121
121
to them in the visualization, or simply included in the nodes' ``Node.properties`` maps without directly impacting the
122
122
visualization.
123
+
If you want to include node properties stored at the Neo4j database, you can include them in the visualization by using the `additional_db_node_properties` parameter.
123
124
124
125
The last optional property, ``node_radius_min_max``, can be used (and is used by default) to scale the node sizes for
125
126
the visualization.
@@ -401,4 +402,3 @@ In this small example, we import a toy graph representing a social network from
401
402
402
403
For a full example of the ``from_snowflake`` importer in action, please see the
0 commit comments