As of 2021, the namespace has changed from options.legend
to options.plugins.legend
. This simple code worked for me -
options: { plugins: { legend: { display: false } }}
As of 2021, the namespace has changed from options.legend
to options.plugins.legend
. This simple code worked for me -
options: { plugins: { legend: { display: false } }}