Chartjs show hidden data on tooltip
问题 Good Day, I have a bar chart with multiple datasets for the chart. I would like to hide all the bars except for one (a Totals if you will), and on the Tooltip, I want to show all of the data in all the datasets. Unfortunately, the tooltip only shows the visible datasets. Does anyone know how to show all the data sets? If you run this with <canvas id="myChart" width="400" height="400"></canvas> Hover over the chart and the first dataset (labeled 'First Label') is not shown. How do I show that