# Loop
const config = { type: 'line', data: data, options: { animations: { radius: { duration: 400, easing: 'linear', loop: (context) => context.active } }, hoverRadius: 12, hoverBackgroundColor: 'yellow', interaction: { mode: 'nearest', intersect: false, axis: 'x' }, plugins: { tooltip: { enabled: false } } }, };
# Docs
- Animations
- animation
duration
easing
loop
- Default animations (
radius
)
- animation
- Data structures (
labels
) - Elements
- Point Configuration
hoverRadius
hoverBackgroundColor
- Point Configuration
- Line
- Options
- Tooltip (
enabled
)
← Drop Progressive Line →