Hi Sergey, On the Google TreeMap Chart , I find the Group Node gradient scale is the average value of their children node. Can I replace its value by what I want . 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 But I want to set its value 25 or 35 (What I want), don't have the relationship with their children node value. How Can I do ? could you give me an example ?
Thanks, Alice On Tuesday, September 17, 2013 9:37:22 PM UTC+8, Sergey wrote: > > Hi, there is currently no way to control the color of individual nodes. > You can only provide a 3 color gradient and have the chart use it to color > the nodes automatically. > > - Sergey > > > On Tue, Sep 17, 2013 at 4:58 AM, alice moon <[email protected]<javascript:> > > wrote: > >> Hi , >> I want to define the color of every node under the Google TreeMap Chart. >> How can I do? >> >> Thanks, >> Alice >> >> -- >> 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]<javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at >> http://groups.google.com/group/google-visualization-api. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- 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 http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
