Skip to content
New issue

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

Showcase Plot doesn't have link to the code #1378

Open
bigbug opened this issue Oct 15, 2020 · 1 comment
Open

Showcase Plot doesn't have link to the code #1378

bigbug opened this issue Oct 15, 2020 · 1 comment

Comments

@bigbug
Copy link

bigbug commented Oct 15, 2020

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

The code would probably look like this:

<a {...linkProps} href={exampleLink}>
  {' '}
  View Code
</a>
@bigbug
Copy link
Author

bigbug commented Oct 15, 2020

#1379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant