react-gifted-charts
Version:
ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React
46 lines • 954 B
JavaScript
export var styles = {
container: {
width: '100%',
marginBottom: 40,
marginRight: 40,
},
horizBar: {
display: 'flex',
},
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: 1,
backgroundColor: 'gray',
opacity: 0.5,
},
lastLine: {
width: '100%',
height: 1,
backgroundColor: 'black',
},
bottomLabel: {
width: '100%',
},
customDataPointContainer: {
position: 'absolute',
justifyContent: 'center',
alignItems: 'center',
},
};
//# sourceMappingURL=styles.js.map