What problem does it solve? Turning raw legal or business data into interactive visual representations normally requires manual chart-building work; this Skill automates the creation of self-contained HTML visualizations from structured data. ## Core Features & Use Cases - Nine Predefined Visualization Types: Charts (bar, line, area, pie), network graphs, timelines/Gantt charts, trees, calendars, flowcharts, data grids, kanban boards, and geographic maps. - A2UI Schema Standard: All visualizations follow a consistent JSON schema with BoundValue support, validation, and helpful error messages. - Custom Fallback Rendering: Supports arbitrary visualization types (heatmap, sankey, radar) via CDN libraries like Chart.js, Plotly, ECharts, and Cytoscape.js. - Use Case: Ask to display the number of court decisions per year as a bar chart, and receive a standalone themed HTML file with interactive tooltips, zoom, and light/dark mode. ## Quick Start Ask the assistant to visualize your data, for example: show the number of decisions per year as a bar chart.