JavaScript & React libraryAPIInterfacesCosmographDataPrepConfig

Interface: CosmographDataPrepConfig

Represents the configuration options for preparing data for the Cosmograph.

Properties

points

points: CosmographDataPrepPointsConfig

CosmographDataPrepPointsConfig Configuration options for the points data.


optional links: CosmographDataPrepLinksConfig

CosmographDataPrepLinksConfig Configuration options for the links data.


outputFormat?

optional outputFormat: string

The output format for the prepared data: ‘csv’, ‘arrow’ or ‘parquet’. Does not have impact when CosmographDataPrepConfig is passed into prepareCosmographData because it prepares into CosmographData format.