Can I change or stop the animation when the chart loads?
Hi Ignacio,
If you need any further assistance with the matter, please feel free to contact us.
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.