Components Interactions Examples Tutorials API FAQ
Options
Menu

Class InterpolatedColor

Hierarchy

  • Scale<number, string>
    • InterpolatedColor

Index

Constructors

constructor

Properties

Private _colorRange

_colorRange: any

Private _colorScale

_colorScale: any

Private _d3Scale

_d3Scale: any

Static BLUES

BLUES: string[]

Static POSNEG

POSNEG: string[]

Static REDS

REDS: string[]

Methods

Protected _autoDomainIfAutomaticMode

  • _autoDomainIfAutomaticMode(): void

Protected _backingScaleDomain

  • _backingScaleDomain(): number[]
  • _backingScaleDomain(values: number[])

Private _d3InterpolatedScale

  • _d3InterpolatedScale(): any

Protected _dispatchUpdate

  • _dispatchUpdate(): void

Protected _getAllIncludedValues

  • _getAllIncludedValues(): number[]

Protected _getDomain

  • _getDomain(): number[]

Protected _getExtent

  • _getExtent(): number[]

Protected _getRange

  • _getRange(): string[]

Private _interpolateColors

  • _interpolateColors(): any

Private _resetScale

  • _resetScale(): any

Protected _setDomain

  • _setDomain(values: number[]): void

Protected _setRange

  • _setRange(range: string[]): void

addIncludedValuesProvider

autoDomain

  • autoDomain()

domain

  • domain(): number[]
  • domain(values: number[])

extentOfValues

  • extentOfValues(values: number[]): number[]

offUpdate

onUpdate

range

  • range(): string[]
  • range(values: string[])

removeIncludedValuesProvider

scale

  • scale(value: number): string

Generated using TypeDoc