Skip to content
Advertisement

Tag: react-google-charts

Draw multiple Google pie charts in for loop

Here is what I’m trying to do. I’m trying to place multiple Google Pie Charts, I already put the code in, however, I’m getting the following error message: Uncaught TypeError: Cannot read property ‘arrayToDataTable’ of undefined and I’m getting another error message: Error: Data for arrayToDataTable is not an array. Here is the code that I’m using right now: Here

Advertisement