create_animated_chart
Generate animated charts from data with smooth transitions and play/pause controls. Supports bars evolution, timeline, and comparison animations.
Instructions
Create animated charts with smooth transitions and play/pause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Single dataset (for bars_evolution and timeline) | |
| theme | No | Visual theme | dark |
| title | No | Chart title | |
| datasets | No | Dict of label→data (for comparison) | |
| filename | No | Output filename (without .html) | animated |
| time_column | No | Time periods column | |
| value_column | No | Numeric values column | |
| animation_type | No | 'bars_evolution', 'timeline', or 'comparison' | bars_evolution |
| category_column | No | Entity names column |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||