chartjs-tooltips

Installation
SKILL.md

Chart.js Tooltips (v4.5.1)

Complete guide to configuring and customizing tooltips in Chart.js.

Tooltip Basics

Tooltips display when users hover over chart elements. Chart.js provides extensive customization options.

Basic Configuration

Namespace: options.plugins.tooltip

Option Type Default Description
enabled boolean true Enable/disable canvas tooltips
external function null External tooltip handler function
mode string 'nearest' Interaction mode (point, nearest, index, dataset)
intersect boolean true Require mouse directly over element
position string 'average' Tooltip position (average, nearest, or custom)
Related skills

More from sjnims/chartjs-expert

Installs
1
GitHub Stars
1
First Seen
Mar 11, 2026