From 61d1da5badd015a240358df7ebf8d30e277770f6 Mon Sep 17 00:00:00 2001 From: rorywhite200 <125914446+rorywhite200@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:06:50 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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