Hi,

I'm attempting to create a dashboard with multiple charts each displaying 
different data from a datatable.

My data has 6 columns


Image Product Range Total SplitA SplitB            Prod1main44932Prod2main22
1210Prod3sub22319Prod4third201010

the product is unique

So far I have a table and BarChart running from the data with a filter and 
all that is fine.

I want to display a pie chart which uses the columns *range *and *total*. I 
want to group  by range so the piechart will show main:66, sub:22, third:20.

i attempted to use 

'view': {'columns': [2,3]}

for the piechart but that just uses the labels for range and still uses 
product as the main column

is this possible?

Many thanks
Grant 



-- 
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/-/ntmH4AFawCcJ.
To post to this group, send email to google-visualization-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to