Skip to content

Commit

Permalink
Reorder text mapping keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fskpf committed Jun 10, 2024
1 parent d8386e3 commit a844ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yfiles_jupyter_graphs_for_neo4j/Yfiles_Neo4j_Graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

class Neo4jGraphWidget:
_driver = None
Expand Down

0 comments on commit a844ebc

Please sign in to comment.