Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.33 KB

README.md

File metadata and controls

52 lines (37 loc) · 2.33 KB

Cars-Dashboard-D3-js

Table of Contents

Introduction

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:

  1. Bubble Chart
  2. Histogram
  3. Connected Scatter Plot
  4. Heat map

Installation

No installation of packages or libraries is needed, as I directly link to the hosted D3.js script

Usage

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

Contributions are welcome using pull requests. To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>
  3. Make your changes to relevant file(s)
  4. Check status of your commits: git status
  5. Add and commit file(s) to the repo using: git add <file(s)> git commit -m "<message>"
  6. Push repo to Github: git push origin <branch_name
  7. Create the pull request. See the GitHub documentation on creating a pull request.

Bug / Feature 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.

Authors

github follow

See also the list of Contributors who participated in this project.