Menu

A DataSelection that configures matching cells to display background bars, if they are numeric cells. Also defines some cell model properties which will be assigned to numeric cells selected by this selection.

Hierarchy

  • ScalableSelection
    • BackgroundBarSelection

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 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 opacity

opacity: number

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 useOutlierThreshold

useOutlierThreshold: boolean

Optional useSpecificBadColor

useSpecificBadColor: boolean

Optional useSpecificGoodColor

useSpecificGoodColor: boolean

Optional useSpecificOpacity

useSpecificOpacity: boolean