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
175
Chart animation
posted

Can I change or stop the animation when the chart loads?

  • 37874
    posted

    Hi Ignacio,

    If you need any further assistance with the matter, please feel free to contact us.

  • 49378
    posted

    Hello Ignacio,

    Thank you for contacting us regarding this matter.

    The Iguana UI chart does not use native animations since they are not designed for the scenarios which the control needs to handle. Instead, Interpolators are used in this case and features an InterpolationDuration property which may be set to 0 to disable the loading transitions:

           

    dataChart.setInterpolationDuration(0);

    Please let me know if this helps.