[Chartjs]-Chart JS custom tooltip not showing 2 October 2023 by thecoderscamp.com 5👍 ✅ You have to define a callback function to change the tooltip title as follows. tooltips: { mode: 'index', callbacks: { title: tooltipItem => 'Question: ' + questions[tooltipItem[0].index] } } Please check the amended JSFiddle [Chartjs]-Chart.js – Horizontal lines per bar Source:stackexchange.com