David Rodger
unread,Aug 3, 2011, 7:10:43 AM8/3/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
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