UNPKG

react-native-gifted-charts

Version:

The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.

44 lines (43 loc) 902 B
export declare const styles: { container: { width: "100%"; marginBottom: number; marginRight: number; }; horizBar: { flexDirection: "row"; }; leftLabel: { justifyContent: "center"; alignItems: "center"; }; lastLeftLabel: { justifyContent: "center"; alignItems: "center"; }; leftPart: { justifyContent: "center"; }; lastLeftPart: { justifyContent: "flex-end"; }; line: { width: "100%"; height: number; backgroundColor: string; opacity: number; }; lastLine: { width: "100%"; height: number; backgroundColor: string; }; bottomLabel: { width: "100%"; }; customDataPointContainer: { position: "absolute"; justifyContent: "center"; alignItems: "center"; }; };