Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 870 Bytes

skills-vs-interests

Description

Basic scatterplot visualising skills vs interests. This is a work in progress. My goal is to build a nice visualisation to use in resumés, using d3.js.

Usage

To use the normal js version, just add an empty div with the id "my_plot" in your html and link to scatterplot.js.

To use the react version, just add the react-scatterplot.js to your React app, and change the filename to Skills.js.

Contributing

These are features I'm planning on implementing.

  • Prevent overlapping labels
  • Add tooltip for descriptions
  • Add some animations

Contributions and suggestions for improvement are more than welcome!

Credits

Thanks to Yan Holz and d3.js Graph Gallery for the description on how to build scatterplots.