That won't work with stacked charts, but you can set the formatted value of 
each point to be the sum of all points to that height.  For example, with 4 
series:

data.addRow([2, {v: 3, f: '5'}, {v: 1, f: '6'}, {v: 4, f: '10'}]);

-- 
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/-/BC4OzLQLv6cJ.
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