Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Pie Chart Width and Height Seems Differ with Number of Slices
THBG
Hi,<br />
<br />
I created a 2 pie charts report into Eclipse. I set the <strong class='bbc'>same size for both</strong> (400x300 pixels) and I placed them side by side. <br />
Everything is working fine except that<strong class='bbc'> rendered pie charts size are actually different</strong>. This seems due by the <strong class='bbc'>number of values/slices</strong> (and lines attached) which is different.<br />
I uploaded an example.<br />
<br />
Is there a way to get the <strong class='bbc'>same size for the pie chart only</strong> (ie independently of the number of slices and legend) ?<br />
<br />
Thanks,<br />
Tom
Find more posts tagged with
Comments
mwilliams
The problem is the room you have for the labels. If you left the labels off, the charts would probably be the same size, still. Take a look at this post, from the devShare. It might help you in re-sizing the chart based on the number of groups.
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1217-resize-pie-chart-based-on-optional-grouping-count/
THBG
Thanks. I'll have a look at your link.