Base class for classes which provide colors corresponding to numeric values within a known list of numeric values.
Constructors
Section titled "Constructors"IgrColorScale
new IgrColorScale(props: P): IgrColorScale Returns IgrColorScale
Properties
Section titled "Properties"propertyUpdated
Section titled "propertyUpdated"propertyUpdated: object Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
render
Section titled "render"render(): any Returns any
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrColorScale Parameters
- internal:
any