Create a small interactive D3 visualization
Uses d3-viz
- [DATA_SOURCE_PATH]: path to the data file or module to visualize
- [JAVASCRIPT_ENVIRONMENT]: the existing environment, such as vanilla JavaScript, React, Vue, or Svelte
- A project with d3.js already available, or a choice between the documented module import and CDN setup
Check the repository for this skill’s setup.
Use the d3-viz skill to create a small custom SVG data visualization from [DATA_SOURCE_PATH] in my existing [JAVASCRIPT_ENVIRONMENT]. Include one useful interaction, such as pan, zoom, or brushing, and keep the first version focused and easy to review. Use the project's existing d3.js setup; if d3.js is not configured, explain whether to use the documented module import or CDN script before writing the visualization.
