Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / ParallelCoordinateDataProps

Type Alias: ParallelCoordinateDataProps

ParallelCoordinateDataProps = object[]

Defined in: echarts/pcp/utils.ts:8

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

Released under the MIT License.