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

React-charts Axes Hidden #1673

Closed
redallen opened this issue Apr 1, 2019 · 3 comments
Closed

React-charts Axes Hidden #1673

redallen opened this issue Apr 1, 2019 · 3 comments

Comments

@redallen
Copy link
Contributor

redallen commented Apr 1, 2019

The axes are hidden on a few charts that need the following styles applied:

svg {
  overflow: 'visible'; }

We should apply these styles for the consumer instead of making them define their own CSS.

@redallen redallen changed the title React-charts Legend Hidden React-charts Axes Hidden Apr 1, 2019
@rachael-phillips rachael-phillips added this to the PF rc.1 milestone Apr 2, 2019
@rachael-phillips
Copy link
Contributor

HI @redallen would you consider this a bug or an enhancement?

@redallen
Copy link
Contributor Author

redallen commented Apr 2, 2019

Considering it's also an upstream issue if you structure the components the way we do, I'd say so. We should be applying all styling for the consumer so they don't have to worry about this.

@dlabrecq
Copy link
Member

This has been fixed by adjusting the default padding

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

3 participants