esnet / react-timeseries-charts

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

Cannot find comprehensive documentation for Props. #494

Open steveswork opened 2 years ago

steveswork commented 2 years ago

❔Question

Provide your question, code sample Or other information that will help in solving here

Your Environment

Software Name/Version
react-timeseries-charts 0.16.1
Browser IE Edge, Chrome
Operating System Window X

How can I find the function signature for the YAxis yScale prop? The jsDoc only says @type {Function}. This does not tell anyone anything about the acceptable parameters and return value for this props. I can find any example of this usage. My chart is display Y-Axis with duplicate values. There does not seem to be a way to solve this issue either.