Interface IMapAbleDesc

Hierarchy

Properties

color?: string

Deprecated

use colorMapping instead

colorMapping?: string | ITypedDump | ((v: number) => string)

color mapping

domain?: [number, number]

either map or domain should be available

dump of mapping function

range?: [number, number]

Default

[0,1]