Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1001 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 1001 Bytes

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 :)