Skip to content

chartjs-chart-pcp v4.3.0 / LinearAxis

Class: LinearAxis

Extends

Constructors

new LinearAxis()

new LinearAxis(): LinearAxis

Returns

LinearAxis

Overrides

LinearScale<ILinearAxisOptions>.constructor

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:57

Properties

defaults

static readonly defaults: any

Overrides

LinearScale.defaults

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:49


descriptors

static readonly descriptors: Object

descriptors._indexable

_indexable: (name) => boolean

Parameters

name: string

Returns

boolean

descriptors._scriptable

_scriptable: (name) => boolean

Parameters

name: string

Returns

boolean

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:51


id

static readonly id: "linearAxis" = 'linearAxis'

Overrides

LinearScale.id

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:47

Methods

_computeLabelArea()

_computeLabelArea(): void

Returns

void

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:89


draw()

draw(c): void

Parameters

c: unknown

Returns

void

Overrides

LinearScale.draw

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:93


update()

update(): number

Returns

number

Overrides

LinearScale.update

Source

work/chartjs-chart-pcp/chartjs-chart-pcp/src/elements/LinearAxis.ts:61