Regarding images and links, sorry, the TreeMap doesn't support this. Regarding additional columns, the question is, what do you expect the TreeMap to do with those extra columns? It has nothing to do with them... If you want it to ignore them, then you can create a DataView<http://code.google.com/apis/chart/interactive/docs/reference.html#DataView> to make only the relevant columns visible to the TreeMap.
On Fri, Jan 13, 2012 at 1:00 AM, Lakeball <[email protected]> wrote: > Hi All, > I'm trying to use the treemap api ( > http://code.google.com/apis/ajax/playground/?type=visualization#tree_map) > and my biggest problem at this point data table is taking only 4 > columns 2 string and 2 number. How would I add more columns and also > the other data types such as images, links etc? > > thanks > Lakeball > > -- > 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. > > -- 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.
