beforeParse property

HighchartsCallback? beforeParse
getter/setter pair

A callback function to modify the CSV before parsing it. Return the modified string.

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

Implementation

HighchartsCallback? beforeParse;