animationLimit property

double? animationLimit
getter/setter pair

If there are more points in the series than the animationLimit, the animation won't run. Animation affects overall performance and doesn't work well with heavy data series.

API Docs: https://api.highcharts.com/highcharts/series.packedbubble.animationLimit

Implementation

double? animationLimit;