d3-flame-graph icon indicating copy to clipboard operation
d3-flame-graph copied to clipboard

A D3.js plugin that produces flame graphs from hierarchical data.

Results 49 d3-flame-graph issues
Sort by recently updated
recently updated
newest added

Added event mousemove to call the function tooltip.show(). Now within the frame, the tooltip will follow the mouse pointer.

Will this software continue to be maintained and updated.If so, when will a new version be released.

The tooltip function doesn't take a bool; it takes a custom object.

**Is your feature request related to a problem? Please describe.** I am visualizing a program trace using this nice package and want to display the exact progress over time. So,...