Menu

A DataSelection that configures matching cells to be of type PIN_CHART. Also defines some cell model properties which will be assigned to Pin Chart Cells created from a PinChartSelection.

Hierarchy

  • ScalableSelection
    • PinChartSelection

Index

Properties

addressSubset

addressSubset: {}

selects a set of data points the addresses of which are improper supersets of the addressSubset

Type declaration

  • [dimKey: string]: Member["key"][]

Optional applyScenarioColorToPinHead

applyScenarioColorToPinHead: boolean

Optional axisScenarioId

axisScenarioId: string

Optional badColor

badColor: string

Optional comparisonGroup

comparisonGroup: string

Optional description

description: string

name of the DataSelection to identify it easily

Optional goodColor

goodColor: string

Optional negativeOutlierThreshold

negativeOutlierThreshold: number

Optional negativeValueIsGood

negativeValueIsGood: boolean

Optional pinLineOnTop

pinLineOnTop: boolean

Optional positiveOutlierThreshold

positiveOutlierThreshold: number

Optional relationId

relationId: string

An id that can be shared by multiple DataSelections to implement features where a relation between Data Selections exist. For example when the creation of a config creates a related config for another property which should be updated during the lifecycle of the source config.

Optional scenarioId

scenarioId: string

Optional showLabels

showLabels: boolean

Optional useOutlierThreshold

useOutlierThreshold: boolean

Optional useSpecificBadColor

useSpecificBadColor: boolean

Optional useSpecificGoodColor

useSpecificGoodColor: boolean