beforeParse property
dynamic
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
dynamic beforeParse;