Base class for classes which provide colors corresponding to numeric values within a known list of numeric values.

IgrColorScale

new IgrColorScale(props: P): IgrColorScale

Returns IgrColorScale

propertyUpdated: object
get nativeElement(): HTMLElement

Returns HTMLElement

componentDidMount(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

render(): any

Returns any

shouldComponentUpdate(nextProps: any, nextState: any): boolean

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

_createFromInternal(internal: any): IgrColorScale

Parameters

  • internal: any

Returns IgrColorScale