chartjs-animations
Installation
SKILL.md
Chart.js Animations (v4.5.1)
Complete guide to configuring and customizing animations in Chart.js.
Animation Basics
Chart.js animates charts automatically. Animations provide visual feedback during chart initialization, data updates, and user interactions.
Animation Configuration Structure
Three main configuration keys:
| Key | Purpose | Example Use Case |
|---|---|---|
animation |
Global animation settings | Duration, easing, delay |
animations |
Property-specific animations | Animate only x-axis values |
transitions |
Mode-specific animations | Custom hover behavior |