D3.js 2022 Update: Nicolas Cage’s Film Career Visualised
In my original post I used Tableau to build the visualisation showing the relationship between critic scores and the box office performance of Nicolas Cage’s films. For the latest update, I wanted to use D3.js, particularly for the d3.arc() and d3.pie() functions that make building the chart slices simple and scalable. The new code makes it easy to build these visualisations for any actor. Perhaps I should start a series?
The performance for the tool tips and ‘following eyes’ has been greatly improved from the previous version. The data was sourced from Rotten Tomatoes and The Numbers. The full code for the visualisation can be found on my GitHub.