Add a google chart to a FusionTableLayer infowindow

前端 未结 3 1187
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-16 23:19

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

3条回答
  •  日久生厌
    2021-01-16 23:41

    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.

提交回复
热议问题