diff --git a/README.md b/README.md index 3d6f9e1..e8c369c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project brings this data to life through an interactive sunburst visualizat I used Svelte and D3 for their powerful capabilities in creating dynamic data visualizations. The sunburst mechanics are adapted from Mick Bostock's Observable Zoomable Sunburst [chart](https://observablehq.com/@d3/zoomable-sunburst). I adapted the visualization mechanics to Svelte's declarative style. -I used R to convert the dataset into a hierachical JSON format for visualization. +I used R to pre-process the WHO dataset for visualization, converting it into a hierachical JSON format. ## Citations