Lee Deneault
2016-09-01 22:16:54 UTC
Dear Google Groups,
Instead of *EMBEDDING* the following *DATA*, seen below, into *HTML5 Code*
...
function drawChart() {
var data = google.visualization.arrayToDataTable([
['Year', 'Sales', 'Expenses'],
['2004', 1000, 400],
['2005', 1170, 460],
['2006', 660, 1120],
['2007', 1030, 540]
]);
I would like to be able to actually *READ* this very same data from either a *CSV *or a *JSON *formatted *DATA FILE*!
Needless to say, any insight would be *GREATLY* appreciated!
Thanks, in advance, for your time and consideration!
Best Regards,
LEE
Instead of *EMBEDDING* the following *DATA*, seen below, into *HTML5 Code*
...
function drawChart() {
var data = google.visualization.arrayToDataTable([
['Year', 'Sales', 'Expenses'],
['2004', 1000, 400],
['2005', 1170, 460],
['2006', 660, 1120],
['2007', 1030, 540]
]);
I would like to be able to actually *READ* this very same data from either a *CSV *or a *JSON *formatted *DATA FILE*!
Needless to say, any insight would be *GREATLY* appreciated!
Thanks, in advance, for your time and consideration!
Best Regards,
LEE
--
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 google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/b7dc6bda-75af-47a6-8797-e0492fe7a8e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/b7dc6bda-75af-47a6-8797-e0492fe7a8e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.