d3-flame-graph
d3-flame-graph copied to clipboard
A D3.js plugin that produces flame graphs from hierarchical data.
**Is your feature request related to a problem? Please describe.** I am building an interactive application that contains a flamegraph and based on the selection of other objects on the...
**Describe the bug** When hovering a node of the flamegraph in the bottom right corner of my screen, the tooltip will be outside of the screen so the user cannot...
cd d3-flame-graph-4.1.3 + ./node_modules/.bin/webpack --mode production [webpack-cli] Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at BulkUpdateDecorator.hashFactory (/builddir/build/BUILD/d3-flame-graph-4.1.3/node_modules/webpack/lib/util/createHash.js:155:18) at BulkUpdateDecorator.digest (/builddir/build/BUILD/d3-flame-graph-4.1.3/node_modules/webpack/lib/util/createHash.js:80:21) at /builddir/build/BUILD/d3-flame-graph-4.1.3/node_modules/webpack/lib/DefinePlugin.js:595:38 at _next31 (eval at...
It looks like the hover on rect is not working properly. On http://martinspier.io/d3-flame-graph/ for example: Here the mouse is on the rect but the CSS for the hover is not...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
**Describe the bug** I am trying to enable keyboard navigation (using arrow and w,a,s,d keys) on the d3-flame-graph. Initially I click one of the nodes in the flame graph and...
Particularly dense flamegraphs may fail with a `RangeError: Maximum call stack size exceeded` on this code path. Instead, compute the maxDepth by iterating descendants in a loop. Fixes https://github.com/spiermar/d3-flame-graph/issues/106
Is there a way to easily disable it? Having multiple profiles and swapping between them animation gets in the way