MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getXAxisTickXs

Function getXAxisTickXs

test/unit/core/ui-react/ui-react-dom-charts.test.tsx:27–30  ·  view source on GitHub ↗
(container: HTMLElement)

Source from the content-addressed store, hash-verified

25 );
26
27const getXAxisTickXs = (container: HTMLElement): number[] =>
28 Array.from(container.querySelectorAll('.axes .x .ticks text'), (text) =>
29 Number(text.getAttribute('x')),
30 );
31
32const getYAxisTickLabels = (container: HTMLElement): (string | null)[] =>
33 Array.from(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…