Skip to content

Commit c96ca60

Browse files
authored
Merge pull request #294 from neo4j/use-typed-tratilet-in-widget
Use Node and Rel type in GraphWidget
2 parents 68f4fad + 995f571 commit c96ca60

File tree

9 files changed

+8768
-8738
lines changed

9 files changed

+8768
-8738
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
## Improvements
1717

1818
- Allow setting the theme manually in `VG.render(theme="light")` and `VG.render_widget(theme="dark")`.
19+
- Use typed nodes and relationship traitlets in GraphWidget, i.e., list of Node and Relationship instead of dictionaries.
1920
- `render` now allows to pass `layout` as a string as well. Previously expected to be a typed `neo4j_viz.Layout`.
2021

2122
## Other changes

examples/getting-started.ipynb

Lines changed: 170 additions & 170 deletions
Large diffs are not rendered by default.

js-applet/yarn.lock

Lines changed: 873 additions & 863 deletions
Large diffs are not rendered by default.

python-wrapper/src/neo4j_viz/resources/nvl_entrypoint/index.html

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

python-wrapper/src/neo4j_viz/resources/nvl_entrypoint/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)