fix aria label issue

This commit is contained in:
Kenneth Kehl
2024-09-23 08:01:56 -07:00
parent 5c3b5790ae
commit b953d316c4

View File

@@ -46,7 +46,7 @@
<div id="activityChart">
<div class="chart-header">
<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 class="chart-container" id="weeklyChart"></div>
<table id="weeklyTable" class="usa-sr-only usa-table"></table>