Function: prepareCosmographDataFiles()
prepareCosmographDataFiles(
config,pointsData,linksData?):Promise<undefined|CosmographDataPrepResult<Blob>>
Prepares the Cosmograph data in the specified 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<Blob>>
The prepared Cosmograph data in the specified format as Blob with configuration, or undefined if the preparation failed.