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 found also second way, maybe not so sophisticated but working
1. Create chart in Fusion Table
2. Copy link from Publish tab
3. Paste the link inside iframe. I made some tabs for this
'' + //firts tab content
'' +
'' +
DEMO
And we can also insert query into URL so just selected rows are in Google Chart
e.row['Country_Name'].value
'' + //firts tab content
'' +
DEMO 2