/D3_ForceDirectedGraph

Force directed graph showing national contigruity using D3

Primary LanguageCSS

D3 Force Directed Graph

The D3 force directed graph shows national contiguity (countries that share physical borders). A country that shares borders with lots of other countries will have more of an effect if you grab the flag and drag it. A country with fewer neighboring countries will have less of an effect upon drag.

To Use

The user can drag countries around on the map to see its effect on its neighboring countries.

Contributing

This project has open issues. Development is based on the development branch. To contribute, follow these steps:

  • git clone https://github.com/matty22/D3_ForceDirectedGraph.git
  • git checkout development
  • git checkout -b issue-label/reference-to-issue (ex. bug/fix-grammar-error)

Make your changes in your local copy...

  • git add [filename].ext
  • git commit -m "Concise message that explains your changes"
  • git checkout development
  • git pull
  • git checkout fix/my-branch
  • git merge development
  • git push origin fix/my-branch

Then, open a PR on the development branch on the repo.

For questions, read these three blog posts for guidelines on how to contribute: