Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge-sa committed Apr 11, 2024
2 parents c51f298 + 8f0ef54 commit 0e428f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configurations_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"id": "1ac1f749-f180-4870-955b-ea397879e6ce",
"metadata": {},
"source": [
"Configurable values for the node visualization: `textbinding`, `color`, `size`, `type`, `styles`, `scale_factor`, `position`, `layout`, ànd `property`\n",
"Configurable values for the node visualization: `text`, `color`, `size`, `styles`, `property` and `type`.\n",
"\n",
"Configurable values for the relationship visualization: `textbinding`, `color`, `thickness` and `property`\n",
"Configurable values for the relationship visualization: `text`, `color`, `thickness_factor` and `property`.\n",
"\n",
"When adding a configuration, you always need to specify the type of node or edge you want to adjust. (Here 'Person' or 'DIRECTED'),\n",
"additionally you can define the new values. For that you can either use:\n",
Expand Down

0 comments on commit 0e428f7

Please sign in to comment.