In the example given in the documentation (link: https://developers.google.com/chart/interactive/docs/reference#example_7), how to send data in the form of JSON instead of URL?? CODE: var wrapper = new google.visualization.ChartWrapper({ 'chartType':'LineChart', 'dataSourceUrl': 'http://spreadsheets.google.com/tq?key=pCQbetd-CptGXxxQIG7VFIQ&pub=1', 'query':'SELECT A,D WHERE D > 100 ORDER BY D', 'options': {'title':'Population Density (people/km^2)', 'legend': 'none'} }); In the above code, instead of passing data through URL by dataSourceUrl, I want to send data by JSON. What parameter should I use instead of dataSourceUrl?
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/f497737a-b0c8-4b7c-a285-a0d116c4772b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
