This chapter will cover how to make a force-directed graph that will visualize the relationships between various nodes.
In this lesson, you will learn about the following topics:
- Creating a physics-based force that will center nodes
- Creating a physics-based force that make the nodes repel each other
- Creating a physics-based force that will link the nodes to show their relationships
The complete code for this section can be found at https://github.com/PacktPublishing/D3.js-Quick-Start-Guide/tree/master/Chapter07.