parsed property

HighchartsCallback? parsed
getter/setter pair

A callback function to access the parsed columns, the two-dimensional input data array directly, before they are interpreted into series data and categories. Return false to stop completion, or call this.complete() to continue async.

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

Implementation

HighchartsCallback? parsed;