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

Change label proptypes to allow for anything that can be rendered #451

Open dsantoro-ipkeys opened 3 years ago

dsantoro-ipkeys commented 3 years ago

In my projects, I pass a JSX element instead of a string and it renders but the console displays a proptype error. The label prop is a child of a div in the legend. Numbers, strings, elements are all valid items that can be rendered.