Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-flame-graph

bvaughn21.9kMIT1.4.0

React component for visualizing profiling data

react, reactjs, performance, profiling, chart, charting, flame chart, flamechart, flame graph, flamegraph

readme

react-flame-graph

React component for visualizing profiling data

NPM JavaScript Style Guide

Install

npm install --save react-flame-graph

Usage

Learn more at react-flame-graph.now.sh.

License

MIT © bvaughn

changelog

Changelog

1.4.0
  • 🎉 Add onMouseOver, onMouseOut, and onMouseMove props to enable custom tooltips (rmccue - #27)
1.3.0
  • 🎉 Enable node selection with a ref via focusNode method (jgzuke - #17)
1.2.0
  • 🎉 Support custom color and backgroundColor options (jgzuke - #13)
  • 🎉 Add onChange callback for when a new node is selected (jgzuke - #15)
1.1.0
  • 🎉 Add support for optional tooltip attribute to data. (maaz93 - #10)
1.0.3
  • Upgrade to 1.0.0 release of react-window.
  • 🐛 Fixed overlapping text during resize transition. (vincentriemer - #2)
1.0.2
  • Refactored some inline styles to use CSS.
  • Added more steps to color gradient.
1.0.1
  • Improverd package.json description and keywords.

1.0.0

Initial release of library.