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

Moves to using Graphviz instead of D3 #33

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

calebsmith
Copy link
Contributor

This means we can save a dot file locally and use the dot commandline tool, and in the view, we can use the viz.js tool. With this pull request in place, the extends and includes are shown in a directed graph. There is now parsing of the block tags but I haven't messed with adding them to the graph. It shouldn't be too hard though.

Creates a graph containing everything rather than a tree
that only shows extends.

Changes line_stream so that block tags and other non-relational
data can be represented.
Changes graph.Graph() to use extend_edges as a flat list instead of tree
Removes D3 and existing graph.js code.
Removes sidebar.
Adds viz.js library
Adds basic viz.js integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant