Current App Link: https://cars-dashboard-d3js.herokuapp.com
This repo contains the code for a dashboard of Multiple Coordinated and Interactive Visualizations in D3.js. The dataset used for this project is the a1-cars.csv dataset, which can be found at DataViz Datasets. The Visualization charts implemented are:
- Bubble Chart
- Histogram
- Connected Scatter Plot
- Heat map
No installation of packages or libraries is needed, as I directly link to the hosted D3.js script
Ensure you have Internet connectivity, and double-click the index.html file to open it on a browser, so as to view the visualizations
Contributions are welcome using pull requests. To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
- Make your changes to relevant file(s)
- Check status of your commits:
git status
- Add and commit file(s) to the repo using:
git add <file(s)>
git commit -m "<message>"
- Push repo to Github:
git push origin <branch_name
- Create the pull request. See the GitHub documentation on creating a pull request.
If you find a bug (the website couldn't handle the query and/or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
See also the list of Contributors who participated in this project.