beforeParse property
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;
A callback function to modify the CSV before parsing it. Return the modified string.
API Docs: https://api.highcharts.com/highcharts/data.beforeParse
HighchartsCallback? beforeParse;