-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove flamegraph, it does not bring any difference comparing to tree…
…map or sunburst
- Loading branch information
Denis Bardadym
committed
Dec 27, 2024
1 parent
2200fe7
commit 112ac38
Showing
19 changed files
with
44,710 additions
and
92,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
"use strict"; | ||
|
||
export type TemplateType = "sunburst" | "treemap" | "network" | "raw-data" | "list" | "flamegraph"; | ||
export type TemplateType = "sunburst" | "treemap" | "network" | "raw-data" | "list" ; | ||
|
||
const templates: ReadonlyArray<TemplateType> = [ | ||
"sunburst", | ||
"treemap", | ||
"network", | ||
"list", | ||
"raw-data", | ||
"flamegraph", | ||
]; | ||
|
||
export default templates; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.