From 71163375d422b2baf51683a473b5e2eba2f177c8 Mon Sep 17 00:00:00 2001 From: rorywhite200 <125914446+rorywhite200@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:05:33 -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 e45a95c..3d6f9e1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project brings this data to life through an interactive sunburst visualizat ## Creation -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 rewrote the visualization mechanics in Svelte's declarative style. +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.