UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

3 lines 287 B
import type { LabelCollisionOptions, LabelCollisionResult } from "./types"; export declare const solveLabelCollision: ({ labels, availableWidth, allowRotate, allowStagger, minGap, maxRotation }: LabelCollisionOptions) => LabelCollisionResult; //# sourceMappingURL=labelCollision.d.ts.map