blob: 5f8dff3f2c93bcfe264bf0c88cd9b32c93c388ca [file] [log] [blame]
<!--
Copyright (c) 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<span class="metric-task-name">{{taskName}}</span>
<div class="metric" *ngIf="latestValue != null">
<span class="metric-value">{{latestValue}}</span>
<span class="metric-unit">{{unit}}</span>
</div>
<div class="metric-label">{{label}}</div>
<div class="metric-chart-container" #chartContainer></div>
<div class="zoom-button" (click)="zoomIn()">🔍</div>