Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / processParallelCoordinateData

Function: processParallelCoordinateData() ​

processParallelCoordinateData(rawData): ParallelCoordinateDataProps

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

Processes multiple variables to generate PCP data and raw data

Parameters ​

rawData ​

RawDataType

Object containing variable names as keys and their corresponding numeric values as arrays

Returns ​

ParallelCoordinateDataProps

Processed PCP data with statistical measures for each variable

Released under the MIT License.