MCPcopy
hub / github.com/chart-kit/react-native-chart-kit / AbstractChartProps

Interface AbstractChartProps

src/shared/AbstractChart.tsx:6–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ChartConfig, Dataset, PartialBy } from "./types";
5
6export interface AbstractChartProps {
7 fromZero?: boolean;
8 fromNumber?: number;
9 chartConfig?: AbstractChartConfig;
10 yAxisLabel?: string;
11 yAxisSuffix?: string;
12 yLabelsOffset?: number;
13 yAxisInterval?: number;
14 xAxisLabel?: string;
15 xLabelsOffset?: number;
16 hidePointsAtIndex?: number[];
17}
18
19export interface AbstractChartConfig extends ChartConfig {
20 count?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected