What problem does it solve? Choosing the wrong chart type, ignoring accessibility, or hitting performance walls with large datasets leads to confusing and unusable data interfaces. This Skill provides a systematic framework that maps data characteristics and analytical purpose to the right visualization, with WCAG 2.1 AA compliance and performance strategies built in. ## Core Features & Use Cases - Purpose-First Chart Selection: Decision trees and a catalog of 24+ visualization types organized by analytical purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial). - Accessibility by Default: WCAG 2.1 AA patterns including ARIA labels, colorblind-safe palettes (IBM, Paul Tol, Wong), keyboard navigation, and data table alternatives. - Performance Optimization by Data Volume: Strategies from standard SVG rendering (<1K points) through LTTB downsampling, Canvas rendering (10K-100K), to server-side aggregation (>100K points). - Use Case: When asked to build a revenue dashboard in React, the Skill guides selection of a bar chart for category comparison, generates a Recharts component with ARIA labels and a colorblind-safe palette, and applies design tokens for theming. ## Quick Start Ask the AI to create a chart for your dataset, for example: build an accessible line chart showing monthly sales trends using Recharts.