UNPKG

@visactor/vtable

Version:

canvas table width high performance

12 lines (11 loc) 366 B
export declare function getAxisDomainRangeAndLabels(min: number, max: number, axisOption: any, isZeroAlign: boolean, axisLength: number, target?: { targetTicks: number[]; targetRange: { min: number; max: number; }; }): { range: any[]; ticks: any[]; }; export type GetAxisDomainRangeAndLabels = typeof getAxisDomainRangeAndLabels;