gbirman

Results 1 issues of gbirman

Added the ability to style the ValueAxis similar to LabelAxis. The style object should look like this: ``` PropTypes.shape({ label: PropTypes.object, // eslint-disable-line detail: PropTypes.object // esline-disable-line }) ```