π:1
Your problem is on this line:
var myChart = new Chart(ctx) => ({
This isnβt valid JavaScript. My best guess is you meant something like this:
var myChart = new Chart(ctx, {
π:1
Your problem is on this line:
var myChart = new Chart(ctx) => ({
This isnβt valid JavaScript. My best guess is you meant something like this:
var myChart = new Chart(ctx, {