Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Some labels are not fully visible even with LabelsPositionBestFit
posted

Hi,

The labels in the PieChart are not fitted correctly when they are on the right side of the screen, however they are properly aligned when they are on the left side of the screen. Is this how it´s supposed to work? Or am I missing some configuration? I´ve set the property _infraPieChart.labelsPosition = IGLabelsPositionBestFit;

I´m attaching to images that show both behaviors:

Thanks in advance!

Parents
No Data
Reply
  • 9298
    posted

    Matias,

    I will submit this to our developers for further review.  In the meantime you could try reducing the radius of the chart so that it takes up less space.

    pieChart.radiusFactor = .5, for example will reduce it by half.

Children