Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## New features

* Add `GraphWidget` methods to change render options in place without re-rendering: `set_layout`, `set_zoom`, `set_pan`, `set_renderer`, and `set_show_layout_button`
* Add `GraphWidget` methods to change styling in place without re-rendering such as `color_relationships`

## Bug fixes

## Improvements
Expand Down
2 changes: 2 additions & 0 deletions docs/source/api-reference/widget.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.. autoclass:: neo4j_viz.GraphWidget
:members:
1,727 changes: 73 additions & 1,654 deletions examples/getting-started.ipynb

Large diffs are not rendered by default.

Loading
Loading