react-timeseries-charts icon indicating copy to clipboard operation
react-timeseries-charts copied to clipboard

Value Axis Style

Open gbirman opened this issue 5 years ago • 0 comments

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
    })

gbirman avatar Aug 23 '20 08:08 gbirman