World Population 1960-2019
This example uses the experimental OffscreenCanvas API in order to render and animate the chart in a web worker. The state is still managed in the React compoenent, but the data is being passed to the web worker, which is using requestAnimationFrame to render the data in canvas containers.
Hover over each line to see the population for each year, and click to isolate data for a single country.