spiermar / d3-flame-graph

A D3.js plugin that produces flame graphs from hierarchical data.
Apache License 2.0
888 stars 119 forks source link

configurable frame text format function #94

Open vasyl-shumskyi opened 6 years ago

vasyl-shumskyi commented 6 years ago

Is it possible to format text inside frame? Similar to flameGraph.label() function which formating text inside tooltip.

Thanks!

spiermar commented 6 years ago

Not right now, but should be simple to add a configurable function to https://github.com/spiermar/d3-flame-graph/blob/master/src/flamegraph.js#L332