Martin Spier

Results 68 comments of Martin Spier

It could be documented example about how to create the reversed flame graph out of the original profile. Could also be a feature on [burn](https://github.com/spiermar/burn).

Hey @iliasaz Setting the node text to something other than pure text is not an option right now, and I cant see a simple workaround. What probably needs to be...

Related to #94.

Not sure if 3 applies, since nodes will have to change size for zoom. 1 seems interesting, but need to investigate how to get it implemented using the current structure.

FlameGraph> cat example-stacks.txt | ./stackcollapse.pl | ./flamegraph.pl --reverse --inverted --title "Leaf Merge" > example-leafmerge.svg

Adding `white-space: pre-line;` or `white-space: pre-wrap;` to the tooltip content CSS class should help with this.

This is a tricky one. Not even sure how a large hover area would work. The issue is that is impossible to read very small frames since the size of...

The min size is px based, so when you zoom in, they become visible. I wouldn't worry about the non-visible frames, but the hover of visible ones.

@wonder-mice have you tested your large file with the latest code of #120 ?

@trask I like the solution. Changing the direction when close to the border. Having said that, the only `d3-flame-graph` changes are in the CSS. All the JavaScript changes are in...