spiermar / d3-flame-graph

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

use separate function to load raw data (other than datum) #195

Open spiermar opened 3 years ago

spiermar commented 3 years ago

Check if there's a function to push/merge/join d3.hierarchy structures directly, without having to merge raw data.

spiermar commented 3 years ago

See https://github.com/d3/d3-hierarchy/issues/139