Hi all,

I've got a page that creates JSON table structure that the client that
reads in and makes a line graph with. Am I able to set the title and
line colours from the data source side? I seem to only be able to do
it from the client side.

I've tried this:
google.visualization.Query.setResponse({version:'0.5',reqId:'1',
status:'ok', title:'hello' ,table: { cols:[...] rows:[...]}});

google.visualization.Query.setResponse({version:'0.5',reqId:'1',
status:'ok', table: { title:'hello', cols:[...] rows:[...]}});

google.visualization.Query.setResponse({version:'0.5',reqId:'1',
status:'ok', table: { title:'hello' cols:[...] rows:[...]}});

and none of the above work... I'm assuming that the colours (if they
can be set) will be set in the same place as the title is?

Can anyone point me in the right direction?

Cheers

Phil
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to