What problem does it solve? Building bespoke charts, network diagrams, or geographic visualisations that go beyond standard charting libraries requires precise control over scales, layouts, transitions, and interactions, which is difficult to implement correctly from scratch. ## Core Features & Use Cases - Complete visualisation patterns: Ready-to-adapt code for bar, line, scatter, pie, chord, heatmap, treemap, sunburst, force-directed network, and choropleth visualisations. - Framework-agnostic integration: Two patterns covering direct DOM manipulation and declarative rendering for React, Vue, Svelte, or vanilla JavaScript. - Interactivity and polish: Guidance for tooltips, zoom, pan, brushing, transitions, responsive sizing with ResizeObserver, accessibility, and colour-blind safe palettes. - Use Case: A developer needs a force-directed network diagram with drag behaviour and tooltips inside a React dashboard; the skill provides the simulation setup, tick handler, and interaction code to adapt directly. ## Quick Start Ask the AI to create an interactive d3.js bar chart with tooltips and responsive sizing from your dataset.