CSNW / d3.compose

Compose complex, data-driven visualizations from reusable charts and components with d3
http://CSNW.github.io/d3.compose/
MIT License
697 stars 24 forks source link

Add a flamegraph #41

Open SEJeff opened 8 years ago

SEJeff commented 8 years ago

For many types of visualization, especially related to performance monitoring, a heatmap is one of the best visualizations. Consider adding this to d3.compose

timhall commented 8 years ago

These are definitely interesting! Should be very doable with d3.compose. We're looking into developing a collection of user-generated / custom charts and components that can be simply plugged in to your project and I'll make sure this is included with them.

(also, tangentially related to https://github.com/CSNW/d3.compose/issues/34 in way, since a linear scale would fit better than ordinal with this type of chart)