Image
Code

Activity8_question4

Harika Metta

Last edited Apr 15, 2024
Created on Apr 15, 2024
Forked from Task8

Code snippet for a React + D3 visualization that includes:

  • D3 as a React Component Example - CDN connections for D3, ReactDOM, and React
  • Simple boilerplate for React
  • Width, height, and margin variables Use the useData hook to retrieve a CSV URL.
  • A component called {VizContainer} that abstracts SVG/group container components
    • Complies with the margin standard
MIT Licensed