What problem does it solve? Turning raw data from spreadsheets, CSV files, or JSON into polished, interactive charts normally requires manual JavaScript coding and library configuration. This Skill automates the entire pipeline: it analyzes your data, picks the right chart type, and outputs a single self-contained HTML file with an interactive 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, gantt, wordcloud, network graph, and more, with a decision table mapping data goals to chart types. - 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 based on data shape. - Standalone HTML Output: Every chart is delivered as a single self-contained .html file with pinned Highcharts 11.4.8, accessibility and exporting modules, responsive layout, dark mode themes, and Portuguese localization. - Use Case: Paste a CSV of monthly sales by region and ask for a dashboard; the Skill analyzes the data, recommends a stacked column plus line combo, and writes a ready-to-open HTML file with formatted tooltips and export buttons. ## Quick Start Create an interactive bar chart from the attached sales-data.csv file and save it as a standalone HTML page.