-
Notifications
You must be signed in to change notification settings - Fork 375
Charts - fix broken tooltip examples #8707
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
Conversation
|
Preview: https://patternfly-react-pr-8707.surge.sh A11y report: https://patternfly-react-pr-8707-a11y.surge.sh |
01aef28 to
da36972
Compare
14f46c0 to
fef29d9
Compare
tlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ChartContainer was missing height and width
|
@tlabaj That particular error is unrelated, it's caused by the "CSS overflow" example. The |
tlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Although the chart's custom tooltip example is working, I'm seeing some warnings in the browser console. Therefore, I've refactored the example to reference
ChartLabelinstead.Closes #8591