mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 03:48:25 -04:00
fix aria label issue
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
<div id="activityChart">
|
<div id="activityChart">
|
||||||
<div class="chart-header">
|
<div class="chart-header">
|
||||||
<div class="chart-subtitle">{{ current_service.name }} - last 7 days</div>
|
<div class="chart-subtitle">{{ current_service.name }} - last 7 days</div>
|
||||||
<div class="chart-legend" aria-label="Legend"></div>
|
<div class="chart-legend" role="region" aria-label="Legend"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="chart-container" id="weeklyChart"></div>
|
<div class="chart-container" id="weeklyChart"></div>
|
||||||
<table id="weeklyTable" class="usa-sr-only usa-table"></table>
|
<table id="weeklyTable" class="usa-sr-only usa-table"></table>
|
||||||
|
|||||||
Reference in New Issue
Block a user