defer property

bool? defer
getter/setter pair

Whether to defer displaying the data labels until the initial series animation has finished. Setting to false renders the data label immediately. If set to true inherits the defer time set in plotOptions.series.animation.

API Docs: https://api.highcharts.com/highcharts/series.streamgraph.data.dataLabels.defer

Implementation

bool? defer;