score:1

Accepted answer

i found the solution by adding displaycolors:false in tooltips option like this

    tooltips: {
        displaycolors:false,
        callbacks: {
           label: function(tooltipitem) {
                  return tooltipitem.ylabel;
           }
        }
    }

now the legend are not shown, i hope it helps someone with similar issue.


More Query from same tag