-
Notifications
You must be signed in to change notification settings - Fork 359
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
Add individual padding vars for donut charts #2528
Milestone
Comments
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 16, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
dlabrecq
added a commit
to dlabrecq/patternfly-react
that referenced
this issue
Jul 17, 2019
jschuler
pushed a commit
that referenced
this issue
Jul 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to add individual padding vars for each donut chart. (Currently, the donut charts inherit the pie chart's padding property.) That will ensure changes, to the pie chart padding property, do not break donut charts.
Also need to ensure that the donut size is always the minimum of
height
/width
(default) and thedonutHeight
/donutWidth
props. This has the potential to cause layout issues depending on the order in which properties are set.See pf-core vars: patternfly/patternfly#2067
The text was updated successfully, but these errors were encountered: