UNPKG

176 BTypeScriptView Raw
1export declare function reduceTicks(ticks: any[], maxTicks: number): any[];
2export declare function getTickLines(label: string, maxLength: number, maxLines: number): string[];