chartjs-node
                                
                                 chartjs-node copied to clipboard
                                
                                    chartjs-node copied to clipboard
                            
                            
                            
                        Cannot read property 'toBlob' of undefined
Hi,
Code works for one chart but when I create more then I get this error. I am new to Node and thought that that it was missing the data?
Hey, did you happen to find a solution for this problem?
I had that error and I was able to fix it by changing up the order of my code!
for(var client in info){ for(var metric in info[client]){ createChart(info[client][metric], client,metric) } }
createChart creates the chart and downloads it just like how the readme file shows you how to do it!