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
The example page at http://uber.github.io/react-vis/examples/showcases/plots doesn't show a link to the implementation. Since this is the only chart with legends enabled, this is kinda bad.
Solution: add a link to https://github.com/uber/react-vis/blob/master/packages/showcase/plot/complex-chart.js at
react-vis/packages/showcase/showcase-sections/plots-showcase.js
Line 256 in 2ac4544
The code would probably look like this:
<a {...linkProps} href={exampleLink}> {' '} View Code </a>
The text was updated successfully, but these errors were encountered:
#1379
Sorry, something went wrong.
No branches or pull requests
The example page at http://uber.github.io/react-vis/examples/showcases/plots doesn't show a link to the implementation. Since this is the only chart with legends enabled, this is kinda bad.
Solution: add a link to https://github.com/uber/react-vis/blob/master/packages/showcase/plot/complex-chart.js at
react-vis/packages/showcase/showcase-sections/plots-showcase.js
Line 256 in 2ac4544
The code would probably look like this:
The text was updated successfully, but these errors were encountered: