react-native-gifted-charts
Version:
The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid, Radar, Bubble and SCatter charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
46 lines (45 loc) • 948 B
TypeScript
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";
width: "100%";
};
lastLeftPart: {
justifyContent: "flex-end";
width: "100%";
};
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";
};
};