xy-parser
Preparing search index...
parseXY
Function parseXY
parseXY
(
text
:
TextData
,
options
?:
ParseXYOptions
)
:
DataXY
<
NumberArray
>
Parse a text-file and convert it to an object {x:[], y:[]}
Parameters
text
:
TextData
Csv or tsv strings.
options
:
ParseXYOptions
= {}
Parsing options
Returns
DataXY
<
NumberArray
>
The parsed data
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
xy-parser
Loading...
Parse a text-file and convert it to an object {x:[], y:[]}