@perfsee/flamechart
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [1.0.0](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.4...v1.0.0) (2022-10-18) | ||
**Note:** Version bump only for package @perfsee/flamechart | ||
# [1.0.0-alpha.4](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-09-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@perfsee/flamechart", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0", | ||
"description": "Web-based viewer for performance profiles", | ||
@@ -21,3 +21,3 @@ "sideEffect": false, | ||
}, | ||
"gitHead": "71252e424ebea84ec8b2ca616e545cc1177241c8" | ||
"gitHead": "16ce49447f62f2365d564bf36aaa84fd91469760" | ||
} |
@@ -5,4 +5,6 @@ ## flamechart | ||
### Example | ||
[![example](https://user-images.githubusercontent.com/13579374/194684518-f5f73324-f622-475c-b75c-939d91830d1c.png)](https://codesandbox.io/s/flamechart-simple-example-xkg4uw?file=/src/App.js) | ||
### Usage | ||
```js | ||
@@ -22,2 +24,14 @@ import { importMainThreadProfileFromChromeTimeline, FlamechartContainer } from '@perfsee/flamechart' | ||
### Example | ||
[simple graph](https://codesandbox.io/s/flamechart-simple-example-xkg4uw) | ||
[color themes](https://codesandbox.io/s/flamechart-theme-example-qpxhmt) | ||
[flamechart with timings](https://codesandbox.io/s/flamechart-timing-example-lbmglt) | ||
[multiple graph](https://codesandbox.io/s/flamechart-group-example-yswipr) | ||
[network graph](https://codesandbox.io/s/flamechart-network-graph-example-tjlq9p) | ||
### Props | ||
@@ -24,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1222674
1
109