MCPcopy
hub / github.com/nhn/tui.chart / ScaleData

Interface ScaleData

apps/chart/types/store/store.d.ts:534–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532} & SeriesGroup;
533
534export interface ScaleData {
535 limit: ValueEdge;
536 stepSize: number;
537 stepCount: number;
538 sizeRatio?: number;
539 positionRatio?: number;
540}
541
542export type FunctionPropertyNames<T> = {
543 [K in keyof T]: T[K] extends Function ? K : never;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected