Hi there, I have a chart which lives in a google spreadsheet and has been published as an interactive chart.
Is it possible to render the following chart in an HTML element for instance in GWT, without any sort of parsing or processing? <script type="text/javascript" src=" http://ajax.googleapis.com/ajax/static/modules/gviz/1.0/chart.js"> {"dataSourceUrl":"//location.to.document","options":{"vAxes":[{"min":null,"title":"Hits","max":null}],"cat":false,"title":"someMetric","titleX":"Date","backgroundColor":"#FFFFFF","legend":"right","logScale":false,"reverseAxis":false,"hAxis":{"maxAlternation":1},"hasLabelsColumn":true,"isStacked":false,"width":600,"height":371},"state":{},"chartType":"ColumnChart","chartName":"Chart 1"}</script> Thanks, -G -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1N9Lg5O-QDgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
