0👍
It seems like your problem is that you convert your labels array to a string by surrounding it by backticks. Chart.js does not like this. If you remove the backticks around the labels array variable and also around the data variable it should work fine
Source:stackexchange.com