Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 896 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 896 Bytes

heroes-by-team-with-d3

This was created during my time as a student at Code Chrysalis.

Displays a visualization with D3 of heroes used in the last 30 official matches by Team Secret.

Click here to check it out!

example image

Each circle represents a single hero choice and includes the name and number of times picked. Larger circles signify a large number of picks.

How to run:

  1. add all dependencies using npm install or yarn in the terminal.
  2. run the http server by using yarn start or npm start.

Made with:

Future Goals

  • Create a home page with all teams competing in The International this year.
  • Add functionality for all teams competing in The International this year.