UNPKG

react-native-chart-kit

Version:

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

7 lines 580 B
export { createBandScale, createPointScale } from "./band"; export { niceNumericDomain, resolveNumericDomain, resolveTimeDomain, tickStep } from "./domain"; export { createLinearScale } from "./linear"; export { generateLinearTicks, generateTimeTicks } from "./ticks"; export { createTimeScale } from "./time"; export type { BandScale, ContinuousScale, DomainKeyword, LinearScale, LinearTickOptions, NumericDomainInput, NumericDomainValue, PointScale, TimeDomainInput, TimeDomainValue, TimeScale, TimeTickOptions, TimeTickUnit } from "./types"; //# sourceMappingURL=index.d.ts.map