mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
feat(devtools): setting bar graph as default option
This commit is contained in:
parent
b3a948eca3
commit
2bfb96d5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export class TimelineComponent {
|
|||
currentView = 0;
|
||||
|
||||
cmpVisualizationModes = VisualizationMode;
|
||||
visualizationMode = VisualizationMode.FlameGraph;
|
||||
visualizationMode = VisualizationMode.BarGraph;
|
||||
graphData: GraphNode<FlamegraphNode | WebtreegraphNode | BargraphNode>[] = [];
|
||||
|
||||
get formatter(): FlamegraphFormatter | WebtreegraphFormatter | BarGraphFormatter {
|
||||
|
|
|
|||
Loading…
Reference in a new issue