There is no setting that will do this for you. You should be able to fake it by using DataViews<https://developers.google.com/chart/interactive/docs/reference#DataView>and grouping data<https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_group>, changing the criteria used to build them in "select" and "rollup" event handlers.
On Thursday, August 30, 2012 10:15:18 AM UTC-4, TUwel wrote: > > Hi, i have a question in term of TreeMaps with GoogleChart. Example: > https://developers.google.com/chart/interactive/docs/gallery/treemap > > I want to adjust the node vale, that he takes the sum not the average of > the childs . > > For Example: > Min Scale = -52 > Max Scale = 63 > Europe: -11,-2,-13,4,-5 = -27 > but he takes the value -27/5 = -5,4 > > I want that he takes -27 not the average, can someone help me? > > best regards > -- 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/-/4sCeArn-VuQJ. 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.
