Related question... is it possible to display two string labels on a column 
chart? In the example below, each column label and associated tooltip 
is labeled as "Smith" which is not useful. It would be great to show both 
the first name and last name; not just the last name.

data.addColumn('string', 'First Name');
data.addColumn('string', 'Last Name');
data.addColumn('number', 'Age');
data.addColumn('number', 'Height);

data.addRows([
['Jim', 'Smith', 24, 60],
['John', 'Smith', 36, 68],

Thank you.

>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/1uMg0wDXDdoJ.
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