Interface ThresholdScale

Hierarchy

Index

Call signatures

Properties

Methods

Call signatures

(value: any): any

Parameters

  • value: any

Returns

any

Properties

public domain: { (values: number[]): D3.Scale.ThresholdScale; (): any[]; }

(): ThresholdScale

Returns

ThresholdScale

(): Array<any>

Returns

Array<any>

public range: { (values: any[]): D3.Scale.ThresholdScale; (): any[]; }

(): ThresholdScale

Returns

ThresholdScale

(): Array<any>

Returns

Array<any>

Methods

public copy(): ThresholdScale

Returns

ThresholdScale

optional public invertExtent(y: any): Array<any>

Parameters

  • y: any

Returns

Array<any>