/d3-charts

Finished: January 2020 - This project is a result of my exploration of the d3.js library. With a focus on learning chart creation and data presentation

Primary LanguageJavaScript

My D3.js Experiments

This project was created as a product of my d3.js library studying. I wanted to learn something more about creating charts and presenting data. I have created three kinds of charts.

  • bar chart which shows which user used which letter and how often
  • pie chart which shows the summary of all letters for both users
  • bubble chart that shows which letter was used the most ( counts are the summary of both users )

Let's check it on :

https://dannutiee.github.io/d3-charts/

d3-00

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn prettier

If you want to make your code prettier :)