Chartjs-ChartJS Bar Chart not respecting disabled legend when using cdn

1πŸ‘

βœ…

It might be due to version mismatch,
as per the latest version of chart.js, in order to remove the legend.
The CDN might be using the latest chart.js

  options: {
          plugins:{   
             legend: {
               display: false
                     },
                  }
             }

Leave a comment