What problem does it solve? Building charts that are accurate, accessible to screen readers, color-blind safe, responsive across devices, and performant with large datasets is easy to get wrong. This Skill provides production-grade patterns for Recharts and canvas-based rendering so every chart communicates one clear insight correctly. ## Core Features & Use Cases - Chart Type Selection: A decision table mapping analytical questions (trend, comparison, proportion, distribution) to the correct chart type, with explicit anti-patterns. - Accessibility Patterns: Figure/figcaption semantics, screen-reader text summaries, and toggleable data table fallbacks for every chart. - 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 with Naira formatting, a SabiScore match prediction comparison bar chart, and a real-time match event scatter plot — all with aggregated dashboard data fetching instead of waterfall API calls. ## Quick Start Ask the AI to build an accessible, responsive Recharts line chart for a monthly VAT trend with a screen-reader summary and a data table fallback.