react-timeseries-charts
react-timeseries-charts copied to clipboard
Value Axis Style
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
})