What problem does it solve? Turning raw data from spreadsheets, CSV files, or pasted tables into polished, interactive charts normally requires manual JavaScript coding and chart library expertise. This Skill automates the entire pipeline: analyzing your data, picking the right chart type, and producing a single self-contained HTML file with an interactive Highcharts visualization. ## Core Features & Use Cases - Automatic chart type selection: Analyzes your data (temporal vs categorical, number of series, value ranges) and recommends the best chart from 40+ types including line, column, pie, heatmap, sankey, treemap, gauge, funnel, and stock charts. - Standalone HTML output: Generates a single self-contained .html file with pinned Highcharts 11.4.8, accessibility and exporting modules, responsive layout, rich tooltips, and optional dark mode. - Data parsing utilities: Python scripts parse CSV (with encoding and Brazilian number format detection), JSON, and Excel files, plus generate sample data for exploring chart types. - Use Case: Paste a quarterly sales table and receive a ready-to-open HTML dashboard with animated, responsive charts formatted with Brazilian locale (thousands separators, month names). ## Quick Start Ask the agent to create an interactive chart from your data, for example: create a Highcharts dashboard from the attached sales.csv showing monthly revenue trends.