I am displaying data in a PieChart and BarChart side by side. The data
rows are in two columns, a name and a value. So the PieChart assigns a
unique color to each row, but the BarChart shows all rows in the same
color.

I´d like to not have to worry about allocating and assigning colors to
series myself, as I´m quite happy with the default colors assigned by
PieChart.

But I´d like to get the array of colors used by the PieChart, and have
each Bar in the BarChart use the same color as it´s corresponding row-
value shown in the PieChart - so the user can easily match which row
value in the Bar corresponds to which value in the Pie.

Is there are way to get the array of colors used by PieChart, so I can
then manually assign them to the rows in the BarChart?

thanks.

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