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

Export Call Tree also with "interactive highlights" not only as static SVG #40

Closed
TheGenezis opened this issue Jul 13, 2018 · 1 comment

Comments

@TheGenezis
Copy link

Hello Mike,

I was wandering if there is any way how to export Parse Tree with that "interactive highlights" (when hovering above categories nodes) as now if I am correct it "only" (very impressive and cool regardless) as static SVG. Is there at least any way how to hack it in any way or form into at least half decent format (I assume combination of js and html is in place right now)

Thanks for any help!

@mike-lischke
Copy link
Owner

For the interactive view you would need to export the entire HTML, which is possible, but would need to be implemented. The interactivity comes from Javascript, running in the background (and SVG doesn't support that).

If you are into JS anyway and want more customization just look in the call-graph.js file.

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

No branches or pull requests

2 participants