What problem does it solve? Turning raw data into polished, interactive charts normally requires manual JavaScript coding, chart-type selection, and formatting work. This Skill automates that process by producing a single self-contained HTML file with an animated, responsive, and accessible Highcharts visualization directly from your data. ## Core Features & Use Cases - 40+ Chart Types: Line, area, column, bar, pie, donut, scatter, bubble, heatmap, treemap, sunburst, sankey, funnel, gauge, stock (candlestick/OHLC), maps, and Gantt charts, with a decision table for picking the right type. - Data Parsing & Analysis: Helper scripts parse CSV, JSON, and Excel files (handling Brazilian number formats and encodings) and suggest suitable chart types based on data statistics. - Production-Ready Output: Always includes accessibility and exporting modules, Portuguese localization, responsive layout, dark mode themes, and boost module support for datasets over 10K points. - Use Case: Paste a CSV of monthly sales figures and receive a standalone HTML dashboard with multiple interactive charts, formatted tooltips in Brazilian Real, and export buttons ready to share. ## Quick Start Ask the agent to create an interactive Highcharts bar chart from your pasted sales data and save it as a standalone HTML file.