amaranter Report post Posted February 3, 2017 (edited) I have a problem with useEllipsesWhenOverflow: https://jsfiddle.net/amaranterplusoft/c6yezkpb/1/ Edited February 3, 2017 by amaranter Share this post Link to post Share on other sites
Prerana Report post Posted February 6, 2017 Hello, Thanks for the query. The attribute is working as expected from our end. Kindly include "manageLabelOverflow" attribute at chart attribute level. Kindly refer the fiddle below for the implementation. https://jsfiddle.net/Prerana/c6yezkpb/9/ Hope this will help, Share this post Link to post Share on other sites
amaranter Report post Posted February 15, 2017 Thank you! I understand. This option "manageLabelOverflow", dont use the ellipses. How i use ellipses in PieChart without manageLabelOverflow? They are differents concepts of handle overflow values, agree? Thanks again... Share this post Link to post Share on other sites
Prerana Report post Posted February 17, 2017 Hello, Thanks for replying back. The manageLabelOverflow attribute tries to manage overflow of data labels. If enabled, data labels are either wrapped or truncated with ellipses to prevent them from overflowing out of the chart canvas. In case smartLabels is disabled, the labels are wrapped to avoid the overflow. Since smartLabels is disabled, the wrapped labels might get overlapped. When smartLabels is enabled, management of the overflowing labels fit in the "quadrant specific smart labeling algorithm. But when useEllipsesWhenOverflow attribute is enabled, long data labels are truncated by adding ellipses to prevent them from overflowing the chart background. The default value is 1. This setting works only when manageLabelOverflow is set to 1. Hope this will help. Share this post Link to post Share on other sites