1.
2.
3.
4.
@aziz1117 I'm not sure how the Vue wrapper passes properties but if you set the legend.display option to false the legend will be hidden
options: {
legend: {
display: false
}
}
Confirmed that the above code works.
Most helpful comment
@aziz1117 I'm not sure how the Vue wrapper passes properties but if you set the legend.display option to false the legend will be hidden