We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consumer passes padding values via the theme prop in the Victory BlockProps form:
theme
BlockProps
{ bottom?: number; left?: number; right?: number; top?: number; }
Expected result: Chart component should render with the theme's chart padding values.
Actual Result: Multiple runtime errors are thrown and the Chart component does not render correctly.
The text was updated successfully, but these errors were encountered:
fix(Chart): Fix runtime errors related to theme padding (#2430)
a4d9f75
Add more robust logic for setting padding values in Chart component fix #2429
Successfully merging a pull request may close this issue.
Consumer passes padding values via the
theme
prop in the VictoryBlockProps
form:Expected result:
Chart component should render with the theme's chart padding values.
Actual Result:
Multiple runtime errors are thrown and the Chart component does not render correctly.
The text was updated successfully, but these errors were encountered: