UNPKG

react-native-chart-kit

Version:

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

24 lines 5.5 kB
export { BarChart } from "./charts/bar/BarChart"; export { StackedBarChart } from "./charts/bar/StackedBarChart"; export { CalendarHeatmap, ContributionGraph } from "./charts/contribution/ContributionGraph"; export { AreaChart } from "./charts/line/AreaChart"; export { LineChart } from "./charts/line/LineChart"; export { DonutChart, PieChart } from "./charts/pie/PieChart"; export { ProgressChart, ProgressRing } from "./charts/progress/ProgressChart"; export { ChartSelectionProvider, useChartSelection, useDismissChartSelection } from "./selection"; export { builtInCartesianChartPresets, ChartKitProvider, createChartPreset, resolveCartesianChartThemeConfig, useChartKitTheme } from "./theme"; export type { CartesianChartPreset, CartesianChartPresetInput, CartesianChartPresetName, CartesianChartPresetRegistry, CartesianChartPresetValue, CartesianChartTheme, CartesianChartTooltipTheme, CartesianChartTypography, ChartKitProviderProps, ChartKitThemeContextValue, ChartKitThemeMode, ResolvedCartesianChartTheme, ResolvedCartesianChartTooltipTheme, ResolvedCartesianChartTypography, ResolvedChartKitThemeMode } from "./theme"; export type { BarChartDataTable, BarChartDataTableColumn, BarChartDataTableRow, BarChartDeselectEvent, BarChartInitialIndex, BarChartInteraction, BarChartInteractionConfig, BarChartInteractionMode, BarChartLabelStrategy, BarChartMode, BarChartModel, BarChartOrientation, BarChartProps, BarChartRenderer, BarChartRenderBarProps, BarChartSelectEvent, BarChartSelectedBar, BarChartSelectionAnimationConfig, BarChartSeries, BarChartTooltipConfig, BarChartValueLabelModel, BarChartXLabelModel, BarChartYLabelModel } from "./charts/bar/BarChart"; export type { StackedBarChartCompatProps, StackedBarChartLegacyConfig, StackedBarChartLegacyData, StackedBarChartProps, StackedBarChartRow } from "./charts/bar/StackedBarChart"; export type { ContributionGraphDataTable, ContributionGraphDataTableRow, ContributionGraphActiveCellConfig, ContributionGraphCellModel, ContributionGraphColorRenderProps, ContributionGraphDayPressEvent, ContributionGraphInteraction, ContributionGraphInteractionConfig, ContributionGraphInteractionMode, ContributionGraphModel, ContributionGraphProps, ContributionGraphRenderer } from "./charts/contribution/ContributionGraph"; export type { PieChartActiveSliceConfig, PieChartDataTable, PieChartDataTableRow, PieChartCenterLabelRenderProps, PieChartDeselectEvent, PieChartInteraction, PieChartInteractionConfig, PieChartInteractionMode, PieChartLegendConfig, PieChartLegendItem, PieChartModel, PieChartProps, PieChartRenderer, PieChartSelectEvent, PieChartSliceSeparatorConfig, ResolvedPieChartSliceSeparatorConfig } from "./charts/pie/PieChart"; export type { ChartSelectionClearReason, ChartSelectionContextValue, ChartSelectionDismissReason, ChartSelectionProviderProps } from "./selection"; export type { ProgressChartCenterLabelRenderProps, ProgressChartDataTable, ProgressChartDataTableRow, ProgressChartData, ProgressChartLegendConfig, ProgressChartLegendItem, ProgressChartModel, ProgressChartProps, ProgressChartRenderer, ProgressChartStrokeLinecap, ProgressRingDatum, ProgressRingProps } from "./charts/progress/ProgressChart"; export type { LineChartAreaFillConfig, LineChartCrosshairConfig, LineChartCrosshairRenderProps, LineChartDotColor, LineChartDotConfig, LineChartDotRenderProps, LineChartDotShape, LineChartEdgeLabelPolicy, LineChartDataTable, LineChartDataTableColumn, LineChartDataTableRow, LineChartDecimationConfig, LineChartInteraction, LineChartInteractionConfig, LineChartInteractionMode, LineChartInitialIndex, LineChartLabelStrategy, LineChartLegendConfig, LineChartLegendRenderItem, LineChartLegendRenderProps, LineChartProps, LineChartRangeSelectorConfig, LineChartRangeSelectorGestureEvent, LineChartRangeSelectorHandleRenderProps, LineChartRangeSelectorInteraction, LineChartRangeSelectorLineRenderProps, LineChartRangeSelectorSeriesStyle, LineChartRangeSelectorWindowRenderProps, LineChartReferenceBandConfig, LineChartReferenceLabelContainerConfig, LineChartReferenceLabelPosition, LineChartReferenceLineConfig, LineChartRenderer, LineChartRendererComponent, LineChartResolvedLabelStrategy, LineChartSelectEvent, LineChartSeries, LineChartStrokeLinecap, LineChartStrokeLinejoin, LineChartStrokeStyleConfig, LineChartThresholdStyleConfig, LineChartTooltipConfig, LineChartTooltipRenderProps, LineChartTooltipSeriesItem, LineChartViewportChangeEvent, LineChartViewportConfig, LineChartViewportInteractionConfig, LineChartViewportInteractionGestureEvent, LineChartViewportPanInteraction, LineChartYAxisLabelWidth, ResolvedLineChartCrosshairConfig, ResolvedLineChartAreaFillConfig, ResolvedLineChartDecimationConfig, ResolvedLineChartDotConfig, ResolvedLineChartStrokeStyle, ResolvedLineChartThresholdStyle, ResolvedLineChartTooltipConfig } from "./charts/line/LineChart"; export { getBarChartAccessibilitySummary, getBarChartDataTable } from "./charts/bar/BarChart"; export { getContributionGraphAccessibilitySummary, getContributionGraphDataTable } from "./charts/contribution/ContributionGraph"; export { getPieChartAccessibilitySummary, getPieChartDataTable } from "./charts/pie/PieChart"; export { getProgressChartAccessibilitySummary, getProgressChartDataTable } from "./charts/progress/ProgressChart"; export { getLineChartAccessibilitySummary, getLineChartDataTable } from "./charts/line/LineChart"; export type { LayoutDebugModel, LayoutDebugRect } from "../core/index"; //# sourceMappingURL=index.d.ts.map