This form of the data is similar to PieChart, where each subsequent row is stacked in a single pie, with proportional scaling.
The ColumnChart is really designed for stacking multiple series in a single column, and then each row represents another stack. So you could get what you want by changing the datatable structure so each of your clients is in a separate column. Label the columns e.g. Client A, Client B, etc. But if you can't change the datatable structure, you could add a 'style' role column to specify the color of each row. On Tue, Jun 20, 2017 at 3:14 PM, Matt <[email protected]> wrote: > Is it possible to bring in a datasource on a stacked column graph and use > one column in the datasource to stack by? > > If my data looks like below, I would like each stacked column to be a > Client. Is this possible? > > [["2017/06/25", "Client A", 805.0],["2017/06/25", "Client B", 805.0],..] > > -- > 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 google-visualization-api@ > googlegroups.com. > 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/411ae937-6358-4a11-964e- > 0d6cc0fd54f4%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/411ae937-6358-4a11-964e-0d6cc0fd54f4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- 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/CAOtcSJOYoe27FA4%2B3jLzwJ_U0U5dbhqZt_RGQTTjEsCEFvRY5g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
