Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interactive functionality for diagrams exported to SVG, and display all nodes and connections on a line. #1719

Closed
diguage opened this issue Mar 21, 2024 · 0 comments · Fixed by #1720
Labels

Comments

@diguage
Copy link
Contributor

diguage commented Mar 21, 2024

Is your feature request related to a problem? Please describe.

#930 added support for interactive event. It focuses on a node and its edges in a complex diagram, but it is not possible to display all nodes and connections on a line.

image

Describe the solution you'd like

Add new option: svginteractivedepth <Num>: 1 is the default value, display a node and its edges; 2 means displaying the upper and lower levels of nodes, and so on.

Describe alternatives you've considered
No

Additional context

The example:

jquery.graphviz.svg.zip

arnaudroques added a commit that referenced this issue Mar 24, 2024
Supports double-clicking to select all elements and links on a line. Fix #1719
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant