HighchartsSeriesDataLabelsAnimationOptions constructor

HighchartsSeriesDataLabelsAnimationOptions({
  1. double? defer,
})

Enable or disable the initial animation when a series is displayed for the dataLabels. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.dataLabels.animation

Implementation

HighchartsSeriesDataLabelsAnimationOptions({this.defer});