What problem does it solve? Building consistent, theme-aware dashboard charts requires manually wiring ApexCharts options, daisyUI utility classes, and framework-specific lifecycle code, which is repetitive and error-prone. ## Core Features & Use Cases - Chart Catalog: Provides curated chart variants across six categories (column, line, area, bar, radial, pie) with detailed visual descriptions for selection. - Multi-Framework Output: Supplies ready-to-adapt code templates for React, Vue, Svelte, and vanilla JavaScript using ApexCharts. - Theme Integration: Uses daisyUI and Tailwind CSS tokens (base-content, base-200, success) so charts adapt to light and dark themes. - Use Case: A developer building a revenue dashboard asks for a stacked column chart comparing two subscription plans; the Skill selects the matching variant and emits complete Svelte or React component code with tooltips, legends, and growth badges. ## Quick Start Ask the assistant to generate a daisyUI ApexCharts line chart showing monthly revenue with a growth badge for your React dashboard.