This project is about visualizing Data from the 2022 American Time Use Survey
The code it in index.html and the python notebook is for helping clean the data
The data is in dataFinal.csv
https://mattkiszla.github.io/final/
The process book is also available as a PDF
https://docs.google.com/document/d/1CSo9Ukb2GhEpKZZlulQ7B7ffx-03VZOz2pCHxCfE9wk/edit?usp=sharing
looked at these for updating data on arc, was running into issues of an error, wasn't causing anything visual but copilot said to try to use interpolate and transition.attrtween to help and it did.
- https://d3js.org/d3-interpolate
- https://d3js.org/d3-transition/modifying#transition_attrTween
- https://stackoverflow.com/questions/43577130/error-path-attribute-d-expected-arc-flag-0-or-1
- https://d3js.org/d3-shape/arc
- https://www.geeksforgeeks.org/d3-js-brushx-function/
- https://d3js.org/d3-brush#brush_extent
- https://d3-graph-gallery.com/graph/interactivity_brush.html
- https://d3-graph-gallery.com/graph/density_basic.html
- https://d3-graph-gallery.com/graph/donut_basic.html
- https://d3js.org/d3-scale-chromatic/categorical#schemeAccent
- https://observablehq.com/@d3/d3-group -Bing copilot helped out with some errors(Like the one mentioned above) and documentation questions about d3 specifically about the brush. Along with some mundane task to save time like creating all the slots for mapping the colors of each different value of all the attributes. It also helped out with some ways to style.