Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / PCPAdditionalData

Type Alias: PCPAdditionalData ​

PCPAdditionalData = object

Defined in: echarts/pcp/tool.ts:107

Properties ​

datasetName ​

datasetName: string

Defined in: echarts/pcp/tool.ts:109


id ​

id: string

Defined in: echarts/pcp/tool.ts:108


isDraggable? ​

optional isDraggable: boolean

Defined in: echarts/pcp/tool.ts:114


isExpanded? ​

optional isExpanded: boolean

Defined in: echarts/pcp/tool.ts:115


onSelected? ​

optional onSelected: OnSelected

Defined in: echarts/pcp/tool.ts:116


pcp ​

pcp: ParallelCoordinateDataProps

Defined in: echarts/pcp/tool.ts:111


rawData ​

rawData: Record<string, number[]>

Defined in: echarts/pcp/tool.ts:112


theme? ​

optional theme: string

Defined in: echarts/pcp/tool.ts:113


variables ​

variables: string[]

Defined in: echarts/pcp/tool.ts:110

Released under the MIT License.