replot / replot-boxplot

replot-boxplot: Intelligent and customizable boxplot components for react.
http://replot.io/boxplot/
MIT License
0 stars 0 forks source link

Styling props for boxplot #9

Open AlmahaAlmalki opened 6 years ago

AlmahaAlmalki commented 6 years ago

Graph.propTypes = {

axisColor: PropTypes.string, axisWidth: PropTypes.number, axisOpacity: PropTypes.number,

gridColor: PropTypes.string, gridWidth: propTypes.number, gridOpacity: PropTypes.number,

ticksColor: PropTypes.string, ticksWidth: propTypes.number, ticksOpacity: propTypes.number,

labelColor: PropTypes.string, labelFontSize: propTypes.number, labelFontType: propTypes.number,

graphTitleColor: propTypes.string, graphTitleFontSize: propTypes.number, graphTitleFontType: propTypes.number,

}

alisaono commented 6 years ago