Skip to main content

Type Alias: ParallelCoordinateDataProps

ParallelCoordinateDataProps: object[]

Defined in: packages/echarts/src/pcp/component/utils.ts:5

Represents the properties for Parallel Coordinates Plot (PCP) data. Each element in the array describes a dimension/axis of the PCP.

Type declaration

max

max: number

The maximum value in this dimension

mean

mean: number

The mean (average) value in this dimension

min

min: number

The minimum value in this dimension

name

name: string

The name of the dimension/axis

std

std: number

The standard deviation of values in this dimension