I\'m trying to display chart (Google Chart API) inside InfoWindow (Fusion Table layer), but the problem is with container \"Uncaught Error: The container is null or not
I solved this by rendering the charts to PNG with gnuplot and serving them as static images from a column of URLs in the Fusion Table.
It's not a Google Chart/javascript solution, but we have more data points than we want to plot on the fly with Google Chart anyway.