Closed shinyichen closed 3 years ago
It's been updated as suggested.
Instead of using
<i>
tags with a listener, can we switch to a<button>
with the icon insideSomething like this:
<button class="btn btn-link download"> <i class="fa-download ..." aria-hidden="true"></i> <span class="sr-only">download data</span> </button>
which would have better accessibility
@thostetler Now it's ready for review
For each metrics and histogram, provided download button to download corresponding CSV data.