Hi there
Has anyone an idea of how to display a bar formatter table with remote
source data (google spreadsheets).
Do i need to input the error query and response?
I can display a table but I come a little unstuck at the formatter
around this point:
var table = new
google.visualization.Table(document.getElementById('visualization'));
var formatter = new google.visualization.TableBarFormat({width:
120});
formatter.format(WHAT WOULD I ENTER HERE? data, 1); // Apply
formatter to second column
table.draw(data, {allowHtml: true, showRowNumber: true});
}
Thank you for your time on this
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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-visualization-api?hl=en.