Skip to content

Commit a844ebc

Browse files
committed
Reorder text mapping keys
1 parent d8386e3 commit a844ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yfiles_jupyter_graphs_for_neo4j/Yfiles_Neo4j_Graphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
POSSIBLE_NODE_BINDINGS = {'color', 'size', 'type', 'styles', 'scale_factor', 'position', 'layout', 'property', 'label'}
1313
POSSIBLE_EDGE_BINDINGS = {'color', 'thickness_factor', 'property', 'label'}
14-
NEO4J_LABEL_KEYS = ['name', 'title', 'label', 'description', 'caption', 'text']
14+
NEO4J_LABEL_KEYS = ['name', 'title', 'text', 'description', 'caption', 'label']
1515

1616
class Neo4jGraphWidget:
1717
_driver = None

0 commit comments

Comments
 (0)