Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
375 B

<div class="card card-lg">
<div class="card-header">
API Calls
<div class="float-right">
<a class="force" (click)="downloadLog()">
<small>Download Log</small>
</a>
</div>
</div>
<div class="card-body">
<chart type="bar" [data]="chartData" [options]="chartOptions"></chart>
</div>
</div>