UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 169 B
export declare function breakData(data: number[], points: number[], scopeType?: 'count' | 'length'): { domain: [number, number][]; scope: [number, number][]; };