I want to put a Google Chart inside the info window of the Fusion Table's Map.
Link to the code of Google Chart: https://google-developers.appspot.com/chart/interactive/docs/quick_start
I inserted that code inside the info window custom layout but it wouldn't recognize the line
google.load('visualization', '1.0', {'packages':['corechart']});
because it thinks the curly braces refer to a data column.
Is there other ways I can put a Google Chart inside the info window?
Thanks!