Is there any way to access to Chart layout interface in TreeMap chart?
I need to know positions (left, top, width and height) of every tile on the 
chart.
For example Bar chart has API to do that:

var cli = dataTable.getChartLayoutInterface();

var selector = "bar#0#3" // the 4th column on the chart

       var top =  cli.getBoundingBox(selector).top; 
var left =  cli.getBoundingBox(selector).left;
var width = cli.getBoundingBox(selector).width;
var height = cli.getBoundingBox(selector).height;



Thank you

Tanya

-- 
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/d/optout.

Reply via email to