react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
8 lines • 741 B
TypeScript
export { calculateAutoPadding } from "./autoPadding";
export { createRect, normalizePadding, solveChartBoxes } from "./chartBox";
export { buildLayoutDebugModel } from "./debugLayout";
export { solveLabelCollision } from "./labelCollision";
export { layoutLegend } from "./legendLayout";
export { placeTooltip } from "./tooltipPlacement";
export type { AutoPaddingOptions, BuildLayoutDebugModelOptions, ChartBoxes, LabelBox, LabelCollisionOptions, LabelCollisionResult, LabelStrategy, LayoutDebugModel, LayoutDebugRect, LegendItem, LegendLayout, LegendLayoutItem, LegendLayoutOptions, LegendPosition, Padding, Rect, Size, TooltipPlacement, TooltipPlacementOptions, TooltipPlacementResult } from "./types";
//# sourceMappingURL=index.d.ts.map