reversa-highcharts-visualizer

Generate standalone Highcharts 11.4.8 HTML visualizations from CSV or JSON datasets.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/afsjr/secretaria_escola_csm --skill reversa-highcharts-visualizer-afsjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-highcharts-visualizer
Source: https://github.com/afsjr/secretaria_escola_csm/tree/main/.agents/skills/reversa-highcharts-visualizer
Command: npx skills add https://github.com/afsjr/secretaria_escola_csm --skill reversa-highcharts-visualizer-afsjr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It turns your numeric or categorical data into polished, interactive Highcharts visualizations, avoiding manual chart building and tedious formatting.

Core Features & Use Cases

  • HTML standalone charts: Produces a complete self-contained HTML file with responsive, animated Highcharts output.
  • Smart chart selection: Analyzes incoming data (inline, CSV, JSON, or Excel) to choose an appropriate chart type and layout.
  • Rich visualization defaults: Applies accessibility support, exporting features, tooltips, and consistent theming (including dark mode guidance).
  • Use cases: Create dashboards, explore trends over time, compare categories, show distributions/correlation, and visualize business process flows (e.g., sankey, funnel, gantt).

Quick Start

Ask the skill to generate a standalone Highcharts HTML for your dataset you provide as CSV or a JSON table, and include the chart type if you already know it.

Frequently Asked Questions about reversa-highcharts-visualizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate interactive HTML charts from CSV or JSON data?

To generate interactive HTML charts from CSV or JSON data, provide your dataset and the tool outputs a standalone HTML file with embedded parsed data, responsive animations, and required Highcharts modules without external fetch calls.

What is the best way to build a dashboard with Highcharts from Excel data?

Building a dashboard with Highcharts from Excel data involves uploading your file so the system can analyze categorical or numeric inputs, select an appropriate chart layout, and apply accessibility support and exporting features automatically.

Can I create standalone HTML visualizations without external data fetch calls?

Yes, you can create standalone HTML visualizations without external data fetch calls by embedding parsed inline data, CSV, or JSON payloads directly into the self-contained HTML file output using Highcharts 11.4.8.

Does the generated Highcharts HTML include accessibility and exporting modules?

Yes, the generated Highcharts HTML includes accessibility and exporting modules by default, ensuring interactive charts support screen readers and allow users to export visualizations while maintaining consistent theming like dark mode.

How do I visualize business process flows like sankey or funnel diagrams?

To visualize business process flows like sankey or funnel diagrams, input your categorical or numeric data and the system analyzes the dataset to load on-demand Highcharts modules for rendering flow and hierarchy visualizations.

What chart type will be selected for my distribution or correlation dataset?

For distribution or correlation datasets, the chart type is selected by analyzing your incoming data structure to determine the most appropriate visualization layout, applying rich defaults like tooltips and consistent theming automatically.