You can do that with Bar charts, too. When building the chart, each color represents a data series. You then set the "isStacked" option to true. Try it here<https://code.google.com/apis/ajax/playground/?type=visualization#bar_chart>by adding "isStacked: true" to the list of options.
On Thursday, August 16, 2012 8:01:26 AM UTC-4, Andrew Nicol wrote: > > I'm looking to create a bar chart where each bar comprises multiple, > differently colored components. This is the same as the example at the > following URL, except it will be a bar chart rather than a column chart. > (The example doesn't provide the standard code as it draws on a Google > spreadsheet.) > https://developers.google.com/chart/interactive/docs/examples#full_html_page_example > -- 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/-/j4CpxzE9xgwJ. 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.
