mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
11 lines
398 B
HTML
11 lines
398 B
HTML
<div class="ajax-block-container">
|
|
<div id="activityChart">
|
|
<div class="chart-header">
|
|
<div class="chart-subtitle">{{ current_service.name }} - last 7 days</div>
|
|
<div class="chart-legend" role="region" aria-label="Legend"></div>
|
|
</div>
|
|
<div class="chart-container" id="weeklyChart"></div>
|
|
<table id="weeklyTable" class="usa-sr-only usa-table"></table>
|
|
</div>
|
|
</div>
|