We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since react-vis is deprecated for a long time, react-charts looks very promising. It should also let us fix #23.
curve
null
getValue
formatters
scale
getSeriesStyle
defaultColors
secondaryAxes
position: 'right'
tickCount
transition: 'none'
getDatumStyle
tooltip
invert: true
The text was updated successfully, but these errors were encountered:
The branch for this work is https://github.com/bmaupin/langtrends/tree/migrate-to-react-charts
Sorry, something went wrong.
Alternatives:
I think at this point react-charts is probably the best option since we've almost worked out all the bugs.
78a51dd
Merge pull request #28 from bmaupin/migrate-to-react-charts
3c8da71
Migrate to react-charts Closes #26
bmaupin
No branches or pull requests
Since react-vis is deprecated for a long time, react-charts looks very promising. It should also let us fix #23.
curve
optionnull
in y axisgetValue
formatters
>scale
getSeriesStyle
defaultColors
?secondaryAxes
withposition: 'right'
tickCount
transition: 'none'
ingetSeriesStyle
getDatumStyle
/getSeriesStyle
(see https://github.com/tannerlinsley/react-charts/blob/beta/examples/simple/src/components/CustomStyles.tsx)formatters
>tooltip
?Darken x/y axis labelsinvert: true
The text was updated successfully, but these errors were encountered: