chartjs-chart-geo / ColorLogarithmicScale
Class: ColorLogarithmicScale
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/scales/ColorScale.ts:277
Extends
LogarithmicLegendScale<IColorScaleOptions&LogarithmicScaleOptions>
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
readonlystaticid:"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