Skip to content

chartjs-chart-geo / ColorLogarithmicScale

Class: ColorLogarithmicScale

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/scales/ColorScale.ts:277

Extends

Constructors

Constructor

new ColorLogarithmicScale(cfg): ColorLogarithmicScale

Defined in: .yarn/berry/cache/chart.js-npm-4.5.0-e95c375db8-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:3356

Parameters

cfg

AnyObject

Returns

ColorLogarithmicScale

Inherited from

LogarithmicLegendScale<IColorScaleOptions & LogarithmicScaleOptions>.constructor

Properties

id

readonly static id: "colorLogarithmic" = 'colorLogarithmic'

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

Overrides

LogarithmicLegendScale.id

Methods

_drawIndicator()

protected _drawIndicator(): void

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

Returns

void

Overrides

LogarithmicLegendScale._drawIndicator


_getNormalizedValue()

protected _getNormalizedValue(v): null | number

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

Parameters

v

number

Returns

null | number

Inherited from

LogarithmicLegendScale._getNormalizedValue