Skip to content

Commit b1e12b4

Browse files
committed
Removed PerfView and ZoomFt files from the components folder
> > Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>  
1 parent 0aa1ba6 commit b1e12b4

File tree

5 files changed

+3
-467
lines changed

5 files changed

+3
-467
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"@fortawesome/free-solid-svg-icons": "^5.15.1",
114114
"@fortawesome/react-fontawesome": "^0.1.12",
115115
"@visx/axis": "^1.0.0",
116+
"@visx/brush": "^1.2.0",
116117
"@visx/clip-path": "^1.0.0",
117118
"@visx/event": "^1.0.0",
118119
"@visx/glyph": "^1.0.0",

src/app/components/PerfView.tsx

Lines changed: 0 additions & 262 deletions
This file was deleted.

src/app/components/PerformanceVisx.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const PerformanceVisx = (props: BarStackProps) => {
175175
return dataArr;
176176
};
177177
const barstackData = getBarstackData(data);
178+
console.log("barstackData : ", barstackData)
178179

179180
// create array of total render times for each snapshot
180181
const totalRenderArr = data.reduce((totalRender, curSnapshot) => {

0 commit comments

Comments
 (0)