What problem does it solve?
This Skill turns raw numeric/categorical data into professional, interactive Highcharts visualizations, avoiding the manual effort of writing charts from scratch.
Core Features & Use Cases
- Standalone HTML dashboards: Produces a single self-contained HTML file with responsive, animated charts.
- Data ingestion from multiple formats: Accepts inline data, CSV/JSON, Excel sheets, or remote URLs and embeds the processed values into the output.
- Smart chart-type selection: Infers the best Highcharts chart type from your data characteristics (time series, categories, KPIs, distributions, correlations, hierarchies).
- Production-ready requirements: Ensures accessibility, exports module support, and pinned Highcharts version behavior with local-vendor preference.
- Use case: Give it a sales dataset (CSV/JSON) and request a dashboard with trends, category comparisons, and KPIs rendered as standalone HTML for sharing or embedding.
Quick Start
Request an HTML standalone chart by describing the dataset and the chart goal, for example: "Generate a Highcharts HTML standalone line chart for my monthly revenue data with tooltips and an accessible theme."