In this section, we're going to create the following bubble chart. This chart shows which word throughout all the Simpsons episodes is spoken the most by a specific character:
This bubble chart has the following features:
- The size of a circle represents how often that word is spoken
- It uses a force layout to position the bubbles
- We use a custom force function to group the words together for each character
- You can drag and drop individual words
- When you hover over a word, the word is shown at the bottom, and the character who said it is highlighted
But first we need to create the data that we'll use for this chart.