Martin Spier
Martin Spier
@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...
Not supported yet, but it's a good idea, not just a node with all it's children, but an option to just remove a node, and have the parent inherit all...
Might try to tie this to https://github.com/spiermar/d3-flame-graph/issues/93. Can create a right click handler and default it to copy the node name.
The last option is fairly simple to implement right now. The click handler can be changed to zoom and set the text of another element, or copy. The example page...
Possibly related to #21 and #94
Hey @nickgirardo Thanks for the note. I generally don't use a TypeScript compiler, so frequently miss updating the ts definition. Feel free to send a PR with the changes for...
It was on purpose. A workflow should take care of building the client on new commits, but seems like it's not working. I need to investigate this a bit further.
Although flame graphs can present a sluggish animation when there are too many frames, the main issue seems to be limited to hovering over the heat map, causing the browser...
Yes, working on that problem now actually, since I'm adding support for a few new formats. Nothing formalized yet, but the heatmap seems pretty straight forward, a list of offsets....
@asiderop For the first approach, we will start recommending the nflxprofile format. Distributing the .proto definition for use in different languages. For the second approach, I have a clear idea...