Daniel,

Thanks for the quick response. I'm loving google charts - they've allowed 
me to create some really cool stuff.

My "clients" will be dynamic, so I can't define those. You're suggesting 
something like I have below. Is it possible to have each client in the 
legend? 

function drawStacked() {
      var data = new google.visualization.DataTable();
      data.addColumn('string', 'Week');
      data.addColumn({type: 'string', role: 'style'});
      data.addColumn('number', 'Hours');
      data.addRows( {{ sbl1|safe }} );

-- 
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 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/d1cb1829-bfcf-497b-b864-361c2bfe5fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to