You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,10 @@ All charts refresh layout on window resize.
105
105
106
106
This circular hierarchical diagram can help you find huge pieces of code (aka that one huge thing). If you click on some arc it will increase its and all nested arcs size for better inspection.
107
107
108
+
### Flamegraph
109
+
110
+
This diagram is top down version of sunburst. It is used a lot by other JS developer tools and would be very familar to developers.
111
+
108
112
### Treemap
109
113
110
114
This rectangular hierarchical diagram can help you find huge pieces. Just look on biggest rectangle. But also it can help you find modules included several times, they will have the same topology and relative size. If you click on rectangle it will increase in size for further inspection.
@@ -133,7 +137,7 @@ Output yml file with all the data, could be good idea to commit this file to tra
133
137
134
138
`open` (boolean, default `false`) - Open generated file in default user agent
135
139
136
-
`template` (string, default `treemap`) - Which diagram type to use: `sunburst`, `treemap`, `network`, `raw-data`, `list`.
140
+
`template` (string, default `treemap`) - Which diagram type to use: `sunburst`, `treemap`, `network`, `raw-data`, `list`, `flamegraph`.
137
141
138
142
`gzipSize` (boolean, default `false`) - Collect gzip size from source code and display it at chart.
139
143
@@ -205,6 +209,6 @@ See CHANGELOG.md.
205
209
206
210
- Plugin backend (one appears in configs) are strictly follows SemVer
207
211
- Plugin frontend (generated file):
208
-
-`network`, `treemap`, `sunburst` can change does not matter of version (colors, texts, visual structure etc)
212
+
-`network`, `treemap`, `sunburst`, `flamegraph` can change does not matter of version (colors, texts, visual structure etc)
0 commit comments