Posts by Elephpant • 11 points
1 post
-
1
votes1
answer468
viewsA: What causes the "Unknown Renderer type" error in Google Charts?
The line "google.charts.load('Current', { 'Packages': ['bar'] });" must be outside the loop. The google.charts.load method can only be called once on the page.