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

Method getLineWidthForValue

src/types/index.d.ts:1327–1327  ·  view source on GitHub ↗

* Returns the grid line width at given value

(value: number)

Source from the content-addressed store, hash-verified

1325 * Returns the grid line width at given value
1326 */
1327 getLineWidthForValue(value: number): number;
1328
1329 /**
1330 * Returns the location of the given data point. Value can either be an index or a numerical value

Callers 2

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected