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 library configuration. This Skill automates the entire process, producing a single self-contained HTML file with a professional Highcharts visualization. ## 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 Scripts: Python utilities parse CSV/JSON/Excel (handling Brazilian number formats and encodings), compute descriptive statistics, and suggest the best chart type for the data. - Quality Standards Built In: Every output includes accessibility and exporting modules, responsive layout, pt-BR localization, rich tooltips, animations, and optional dark mode themes. - Use Case: Paste a table of monthly sales by region and ask for a dashboard; the Skill analyzes the data, picks suitable chart types, and delivers a standalone HTML file with multiple interactive charts. ## Quick Start Ask the agent to create an interactive bar chart from the attached sales CSV file and save it as a standalone HTML page.