| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-2354.surge.sh |
Sorry, something went wrong.
|
Other than the two comments above, the other charts look good to me. |
Sorry, something went wrong.
|
@dlabrecq Thank you! I will fix those right away and push again 🙂 |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me. Nice job! 💯
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the added tests!
Sorry, something went wrong.
| }: AccordionProps) => ( | ||
| <dl className={css(styles.accordion, className)} aria-label={ariaLabel} {...props}> | ||
| <AccordionContext.Provider value={headingLevel}>{children}</AccordionContext.Provider> | ||
| {children} |
There was a problem hiding this comment.
Great catch, this should have never made it in...
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you!
Sorry, something went wrong.
|
After you rebase, you may find that the charts look odd. For example, axis labels and ticks may be missing, charts are larger than normal, etc. This is due to a last minute change in how the Chart component calculates its default padding. To fix the charts, you'll need to add some padding. The PR below fixes the issue for the chart examples. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: closes #2231 And adds charts to react-integration. This PR includes new Cypress tests for each chart that was added.