In another post you provided a link to a worked example of generating two chart from a pivotview instance. That works great, thanks.
What I'm finding is that the treemap graphic (the squares not the legend and other information) is drawn with a 10px border. I can't find a property that controls this border. Is there one?
Attached are two images that try to illustrate the problem. The first shows the block of squares which is a <g> element in an <svg> document. The other shows the containing <rect> element. These screenshots are taken from the worked example you provided so you can be sure the border is something created by the treemap not something I'm doing and so you can use the example to see the effect yourself.
The border is a problem because it means the graphic does not line up when used as part of a dashboard. It occurs because the 'path' attribute of the <g> elements define this gap from the edge of the <svg> document so its not something that's easy to remove.
