MCPcopy
hub / github.com/chartjs/Chart.js / isHorizontal

Method isHorizontal

src/types/layout.d.ts:58–58  ·  view source on GitHub ↗

* returns true if the layout item is horizontal (ie. top or bottom)

()

Source from the content-addressed store, hash-verified

56 * returns true if the layout item is horizontal (ie. top or bottom)
57 */
58 isHorizontal(): boolean;
59 /**
60 * Takes two parameters: width and height.
61 * @param width

Callers 10

barSignFunction · 0.65
updateElementsMethod · 0.65
wrapBoxesFunction · 0.65
titleArgsFunction · 0.65
computeLinearBoundaryFunction · 0.65
computeTickLimitMethod · 0.65
configureMethod · 0.65
buildTicksMethod · 0.65
_getLabelSizeMethod · 0.65
_getLabelCapacityMethod · 0.65

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected