Hi,

I have troubles with using treemap and passing it the result of
google.visualization.data.group().
I have something like:

var tree_data = google.visualization.data.group(...);
tree_data.addRows([ .... ]);
var tree = new
google.visualization.TreeMap(document.getElementById("tree_map"));
tree.draw(tree_data, ...);

but it displays the data from the group() method not grouped together,
it seems that if there was some item for example 5times, then it
really does the sum for these five rows (i have the sum() inside the
group() method) but it still draws it five times (with the value of
sum for every row).
the weirdest is, that when i pass this data to a table to check
whether the data is what I think it is, it displays the wanted result
(just one line for every item that is actually in tree map many times)

I have no idea what this can be :(

My second point is, that I am using Map and a have multiple markers
with exactly the same latitude and longitude a these don't go blue
when i select associated items in associated table.
Also, is it possible to customize what is shown when I click the
marker? now it is the lat and long, is it possible to set what to
show?

THANKS A LOT for any comments,
Tom

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