Hide first label in legend in a Chart using chart.js
问题 I have created a stacked bar chart and i have to hide first dataset's label and its box in legend which is "Total Line", Is there anyway to hide first or any dataset's label. i have read the documentation there is a filter in options but it didn't work. Hiding This label Here is the html and js for chart var ctx = document.getElementById("girth-measure-chart"); var totalLine = [115, 118, 88, 93, 103, 118, 125] var total = [112, 115, 85, 90, 100, 115, 122] var arms = [46, 55, 41, 41, 47, 54,