-
Notifications
You must be signed in to change notification settings - Fork 119
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 svg #33
Comments
Hi, The SVG tag created by this library seems to have the all data. What is missing is the callback methods that would handle "clicking" on frame adding the "interactive" feature to it. Something like the SVG from original flame-graph library have https://github.com/brendangregg/FlameGraph/blob/master/demos/cpu-mixedmode-flamegraph-java.svg?short_path=704339e If there was an Idea for this feature, maybe I would be able to contribute :) |
@kristoffSC this is a feature I discussed with @brendangregg a while ago. The way I'm thinking about this now is that this should not be a feature of the d3 plugin, but the application using it, mostly because some features are highly customizable can change significantly from application to application. Also, a few notes on using SVG as an output format:
In the internal version of https://github.com/Netflix/flamescope, FlameCommander, we implemented a feature to download a self contained HTML file with the flame graph and all features. I could probably create an example based on that. Also, @andreasgerstmayr implemented a flame graph HTML output for |
No description provided.
The text was updated successfully, but these errors were encountered: