complete property

HighchartsCallback? complete
getter/setter pair

The callback that is evaluated when the data is finished loading, optionally from an external source, and parsed. The first argument passed is a finished chart options object, containing the series. These options can be extended with additional options and passed directly to the chart constructor.

API Docs: https://api.highcharts.com/highcharts/data.complete

Implementation

HighchartsCallback? complete;