What problem does it solve? Building charts that are accurate, accessible to screen readers, color-blind safe, responsive, and performant at scale is easy to get wrong. This Skill provides production-grade patterns for choosing the right chart type, wiring Recharts and Chart.js correctly, and structuring dashboard data fetching. ## Core Features & Use Cases - Chart Type Selection: Decision table mapping analytical questions (trends, comparisons, proportions, distributions) to the correct chart type, with explicit anti-patterns. - Accessibility Patterns: Figure/figcaption semantics, screen-reader text summaries, toggleable data table fallbacks, and Okabe-Ito color-blind safe palettes. - Performance & Responsiveness: Canvas rendering via Chart.js for datasets over 1,000 points, and breakpoint-driven layout changes (vertical to horizontal bars on mobile). - Use Case: Build a TaxBridge VAT trend line chart or a SabiScore match prediction bar chart with a single aggregated dashboard payload instead of N waterfall API calls. ## Quick Start Ask the AI to build an accessible, responsive Recharts line chart for monthly VAT trend data with a screen-reader summary and data table fallback.