What problem does it solve? Blog posts containing data comparisons, trends, or market share figures need visualizations that render correctly on both dark and light themes, remain accessible to screen readers, and work in both HTML and MDX/JSX environments without external chart libraries. ## Core Features & Use Cases - Seven Chart Types: Generates horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts as inline SVG with enforced type diversity within a single post. - Theme-Safe Styling: Uses currentColor fills, transparent backgrounds, and a fixed four-color palette so charts adapt to dark and light modes automatically. - Platform Detection: Outputs standard HTML attributes or camelCase JSX attributes depending on whether the target is HTML or MDX. - Use Case: A writer drafting a post about AI citation sources passes data (ChatGPT 43.8%, Perplexity 6.6%, etc.) and receives an accessible horizontal bar chart SVG with source attribution, ready to embed in an MDX blog post. ## Quick Start Ask the AI to generate an inline SVG bar chart visualizing your blog post's data points with source attribution for an MDX page.