-
Notifications
You must be signed in to change notification settings - Fork 356
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
Bug - Charts - codesandbox text alignment #11442
Comments
The CodeSandbox dependencies still uses @patternfly/react-charts v8.1.0. That version was affected by a recent Victory breaking change. However, the main examples are using the latest updates available in pre-release 8.2.0-prerelease.9. The CodeSandbox (i.e., via patternfly.org) will pick up the fix when the next milestone is released. |
Regarding the dark theme, if you "open an example in a new window" or launch CodeSandbox, there isn't an option to toggle dark theme. To enable dark theme for charts, see https://www.patternfly.org/developer-resources/dark-theme-handbook/#charts |
After manually fixing the codesandbox imports (#11441) the alignment of the text in the legend, title and tooltips all appear to be incorrect.
Additionally, the tooltips in dark theme are not appearing.Codesandbox link:
https://codesandbox.io/p/sandbox/nervous-minsky-swg4p5?workspaceId=ws_JT5i8tC5QLevy3yVJPHU9e
The text was updated successfully, but these errors were encountered: