Function: prepareCosmographData()
prepareCosmographData(
config,pointsData,linksData?):Promise<undefined|CosmographDataPrepResult<CosmographData>>
Prepares the Cosmograph data in the Arrow format and Cosmograph configuration object for this data.
Parameters
| Parameter | Type | Description | 
|---|---|---|
config | CosmographDataPrepConfig | The configuration for preparing the Cosmograph data. | 
pointsData | Data | The data for the Cosmograph points. | 
linksData? | Data | The data for the Cosmograph links (optional). | 
Returns
Promise<undefined | CosmographDataPrepResult<CosmographData>>
The prepared Cosmograph data in the Arrow format, or undefined if the preparation failed.