What problem does it solve?
Blog authors and content teams often need lightweight, accessible, and dark-mode-compatible charts that embed directly into HTML or MDX without relying on external image assets or complex charting libraries. This Skill produces inline SVG charts that preserve accessibility, platform compatibility, and design consistency while avoiding hardcoded colors or non-transparent backgrounds.
Core Features & Use Cases
- Generates multiple chart types (horizontal bar, grouped bar, donut, line, lollipop, area, radar) and enforces diversity so a single post does not repeat the same chart type.
- Automatically detects target platform (HTML vs MDX/JSX) and converts attributes to camelCase for MDX, applies the approved color palette, and ensures all text uses currentColor for dark-mode fidelity.
- Produces accessible markup with role=img, aria-label, title, desc, and source attribution text; includes precise layout rules (viewBox, radii, grid opacity) and a quality checklist to validate output.
- Use Cases: embed trend lines in a product blog post, render market-share donuts inside MDX documentation, or produce A/B before/after grouped bars for a case study.
Quick Start
Generate a horizontal bar SVG chart titled "AI Citation Sources by Platform" with ChatGPT 43.8%, Perplexity 6.6%, Google AI Overviews 2.2%, and Reddit 7.15% with source Ahrefs (December 2025) and return MDX-compatible JSX including title, desc, role=img, and bottom source attribution.