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

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: undefined | false | true

Optional axisScenarioId

axisScenarioId: undefined | string

Optional badColor

badColor: undefined | string

Optional comparisonGroup

comparisonGroup: undefined | string

Optional description

description: undefined | string

name of the DataSelection to identify it easily

Optional goodColor

goodColor: undefined | string

Optional negativeOutlierThreshold

negativeOutlierThreshold: undefined | number

Optional negativeValueIsGood

negativeValueIsGood: undefined | false | true

Optional pinLineOnTop

pinLineOnTop: undefined | false | true

Optional positiveOutlierThreshold

positiveOutlierThreshold: undefined | number

Optional relationId

relationId: undefined | 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: undefined | string

Optional showLabels

showLabels: undefined | false | true

Optional useOutlierThreshold

useOutlierThreshold: undefined | false | true

Optional useSpecificBadColor

useSpecificBadColor: undefined | false | true

Optional useSpecificGoodColor

useSpecificGoodColor: undefined | false | true

Generated using TypeDoc