/data-analyzer

Accessible data analyzer tool that can be used in a browser

Primary LanguageJavaScriptMIT LicenseMIT

data-analyzer

Accessible data analyzer tool that can be used in a browser Takes in CSV files and exports displays them with accessible notes and tags.

GitHub Pages

The most recent build of the data-analyzer can be used at http://ritaccess.github.io/data-analyzer/

libraries

Parses out the data from csv files

Provides a chart in which to view the data

Used for making dynamic tab-accessible tables and updating the data in the chart and application

Used for making the 2 thumbed slider at the top (jquery is not, and should not, be used for getting elements out of the document. Instead use document.getElementById, document.getElementsByClassName, or document.querySelector and document.querySelectorAll, etc...)

Used for creating the sound in the application.

Used for grabbing external javascript files in the project.