Skip to content

Commit

Permalink
update configurable values in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge-sa committed Apr 4, 2024
1 parent dea5e4f commit c632efe
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`\n",
"Configurable values for the node visualization: `textbinding`, `color`, `size`, `type`, `styles`, `scale_factor`, `position`, `layout`, ànd `property`\n",
"\n",
"Configurable values for the relationship visualization: `textbinding`, `color`, `thickness`\n",
"Configurable values for the relationship visualization: `textbinding`, `color`, `thickness` 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 c632efe

Please sign in to comment.