A bubble plot chart showing movies liked by critics but not by audience, from 2007 to 2017.
Uses d3js for chart generation and Simulated Annealing for removal of label overlaps
With reference from annealing implementation of d3-labeler
Check out the hosted version at https://movie-gap-rt.netlify.app
git clone
- clone or download this repository- serve the folder with a local server
python -m SimpleHTTPServer 8000