What problem does it solve?
This Skill turns dataset descriptions and relationship requirements into ready-to-run, standalone D3.js v7+ HTML visualizations that an AI coding agent can safely execute.
Core Features & Use Cases
- Standalone D3 HTML output: Produces complete HTML/JavaScript pages for force-directed, hierarchical, sankey, treemap, and other relationship views.
- Reference-guided D3 v7+ compliance: Enforces correctness by checking the local references and layout guidance for complex hierarchies.
- Data-to-visual translation: Converts mockups or narrative “module map / dependency graph” needs into responsive, interactive SVG visuals with accessible colors, tooltips, and smooth transitions.
- Safe local-data workflow: Uses publisher-provided local JSON via window.RV_DATA keys (or embedded JSON for standalone outside the docs team).
Quick Start
Ask the agent to generate a standalone D3 v7+ module dependency visualization (2D) for the provided JSON dataset, ensuring it follows the local references and embeds the data safely for file:// usage.