What problem does it solve? Turning raw data into polished, interactive charts usually requires manual JavaScript coding, chart-type decisions, and formatting work. This Skill automates the entire pipeline: it analyzes your data, recommends the right chart type, and produces a single self-contained HTML file with an animated, responsive, accessible 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, 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: Generates a single self-contained .html file with pinned Highcharts 11.4.8, local vendor assets preferred over CDN, accessibility and exporting modules always included, plus dark mode and dashboard grid patterns. - Use Case: Paste a quarterly sales table into the chat and receive a ready-to-open HTML file with an animated stacked column chart, Portuguese-localized tooltips, and export buttons. ## Quick Start Ask the agent to create an interactive Highcharts visualization from your data, for example: "Create a line chart from this CSV showing monthly revenue trends and save it as a standalone HTML file."