You must be logged in to post your query.
Home › Forums › Report Bugs › pie chart limit & label display
Tagged: PieChart
I have this chart –
http://bankdeposits.com/pie.php?bzip=42101,42045,42091&wh=cou
with 21 entries. One of the top slices (#7 – The Bryn Mawr Trust Comany @3.41%) is NOT labled ?
Wondering why no label on this entry when onHover works?
Thank in Advance!
@vlad,
To avoid overlapping of IndexLabels / labels in Pie Chart, they are skipped whenever they get closer to other indexLabels – this behavior is by design. You can workaround this to show few other indexLabels by rotating the Pie Chart by setting startAngle.
— Vishwas R Team CanvasJS
Vishwas,
Thanks for the prompt reply!
Anyway to test for this especially when on the top end of the slices (in our case #7 of 20 slices) ?
We could do e.g. as you suggested –
http://bankdeposits.com/pie.php?bzip=42101,42045,42091&wh=cou&angle=30 http://bankdeposits.com/pie.php?bzip=42101,42045,42091&wh=cou&angle=45
However, this relies on user observation …
Thanks in advance,
Jim
You must be logged in to reply to this topic. Login/Register