esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
859 stars 283 forks source link

Value Axis Styling #448

Closed gbirman closed 3 years ago

gbirman commented 3 years ago

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