Interface IBoxPlotDesc

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

filterAccuracy?: number

The accuracy defines the deviation of values to the applied filter boundary. Use an accuracy closer to 0 for columns with smaller numbers (e.g., 1e-9).

Default

0.001

dump of mapping function

numberFormat?: string

d3 formatting option

Default

.3n

range?: [number, number]

Default

[0,1]