UNPKG

react-flame-graph

Version:

React component for visualizing profiling data

37 lines (20 loc) 1.33 kB
## Changelog ##### 1.4.0 - 🎉 Add `onMouseOver`, `onMouseOut`, and `onMouseMove` props to enable custom tooltips ([rmccue](https://github.com/rmccue) - [#27](https://github.com/bvaughn/react-flame-graph/pull/27)) ##### 1.3.0 - 🎉 Enable node selection with a ref via `focusNode` method ([jgzuke](https://github.com/jgzuke) - [#17](https://github.com/bvaughn/react-flame-graph/pull/17)) ##### 1.2.0 - 🎉 Support custom `color` and `backgroundColor` options ([jgzuke](https://github.com/jgzuke) - [#13](https://github.com/bvaughn/react-flame-graph/pull/13)) - 🎉 Add `onChange` callback for when a new node is selected ([jgzuke](https://github.com/jgzuke) - [#15](https://github.com/bvaughn/react-flame-graph/pull/15)) ##### 1.1.0 - 🎉 Add support for optional `tooltip` attribute to data. ([maaz93](https://github.com/maaz93) - [#10](https://github.com/bvaughn/react-flame-graph/pull/10)) ##### 1.0.3 - Upgrade to 1.0.0 release of react-window. - 🐛 Fixed overlapping text during resize transition. ([vincentriemer](https://github.com/vincentriemer) - [#2](https://github.com/bvaughn/react-flame-graph/pull/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.