UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

6 lines (5 loc) 217 B
import { type PointsArray } from "../types"; /** * Takes a PointsArray and chunks it into groups, breaking at non-numerical y-values */ export declare const groupPointsArray: (points: PointsArray) => PointsArray[];