What problem does it solve?
This Skill addresses the need for easily embeddable, accessible, and visually engaging data visualization in blog posts, enhancing the presentation of information without the need for additional tools.
Core Features & Use Cases
- Dark Mode Compatibility: Generates charts that are compatible with dark mode themes, ensuring readability across platforms.
- Chart Types: Supports a variety of chart types including horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts.
- Automated Platform Detection: Automatically detects whether to generate HTML or JSX/MDX chart code based on the platform.
- Accessible Markup: Ensures charts are accessible with proper ARIA labels and roles.
- Source Attribution: Enforces the inclusion of source attribution for charts.
- Use Case: For bloggers or content creators who need to visualize data points such as market share, trends, or comparisons within their blog posts.
Quick Start
To generate a horizontal bar chart, use the command 'blog chart horizontal-bar "Revenue by Region" data="East: 40%, West: 30%, South: 20%, North: 10%" source="Company Reports 2025" platform="html"'.