chartjs-generator
Installation
SKILL.md
Chart.js Generator
Overview
This skill generates professional, interactive charts using Chart.js, supporting all major chart types. Chart.js is a powerful, flexible JavaScript library for creating responsive data visualizations. The skill creates a complete MicroSim package suitable for embedding in educational content or documentation sites built with MkDocs. The default placement in a intelligent book uses an iframe with minimal padding and margins. Do not add any analysis or supporting documentation above or below the chart region.
Supported Chart Types
Chart.js supports the following chart types:
- Line - Time series, trends, continuous data
- Bar - Comparisons, categorical data, horizontal or vertical
- Pie - Proportions, percentages, part-to-whole relationships
- Doughnut - Similar to pie with central space for labels
- Radar - Multi-dimensional data, spider/web charts
- Polar Area - Similar to pie but with varying radius
- Bubble - Three-dimensional data (x, y, size)
- Scatter - Correlations, distributions, relationships