8👍
I found the issue. I was not passing my Labels data correctly. It should have been passed as such:
data: {
labels: labels,
datasets: [{
etc…
Source:stackexchange.com
8👍
I found the issue. I was not passing my Labels data correctly. It should have been passed as such:
data: {
labels: labels,
datasets: [{
etc…