Skip to content

chartjs-chart-geo v4.3.4 / ColorLogarithmicScale

Class: ColorLogarithmicScale

Extends

Constructors

new ColorLogarithmicScale()

new ColorLogarithmicScale(cfg): ColorLogarithmicScale

Parameters

cfg: AnyObject

Returns

ColorLogarithmicScale

Inherited from

LogarithmicLegendScale<IColorScaleOptions & LogarithmicScaleOptions>.constructor

Defined in

.yarn/berry/cache/chart.js-npm-4.4.6-179caaa878-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:3339

Properties

id

readonly static id: "colorLogarithmic" = 'colorLogarithmic'

Overrides

LogarithmicLegendScale.id

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/scales/ColorScale.ts:314

Methods

_drawIndicator()

protected _drawIndicator(): void

Returns

void

Overrides

LogarithmicLegendScale._drawIndicator

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/scales/ColorScale.ts:310


_getNormalizedValue()

protected _getNormalizedValue(v): null | number

Parameters

v: number

Returns

null | number

Inherited from

LogarithmicLegendScale._getNormalizedValue

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/scales/LegendScale.ts:298