6👍
you are using V2 syntax with V3,
your config needs to be like this:
options: {
scales: {
x: {
grid: {
display: false
}
},
y: {
grid: {
display: false
}
}
}
}
For all differences please read the migration guide
Source:stackexchange.com