Skip to content
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

VictoryHistogram X domain padding does not apply to chart #2918

Closed
carbonrobot opened this issue Oct 15, 2024 · 1 comment
Closed

VictoryHistogram X domain padding does not apply to chart #2918

carbonrobot opened this issue Oct 15, 2024 · 1 comment
Labels
Issue: Accepted The submitted issue has been confirmed by the Victory core team Type: Bug 🐛 Oh no! A bug or unintentional behavior

Comments

@carbonrobot
Copy link
Contributor

Adding domainPadding in the x direction does not apply to the chart correctly

https://commerce.nearform.com/open-source/victory/docs/victory-histogram

<VictoryChart  domainPadding={{x: 30}}>
  <VictoryHistogram
    style={{ data: { fill: "#c43a31" } }}
    data={sampleHistogramData}
  />
</VictoryChart>
@carbonrobot carbonrobot added Type: Bug 🐛 Oh no! A bug or unintentional behavior Issue: Accepted The submitted issue has been confirmed by the Victory core team labels Oct 15, 2024
@carbonrobot
Copy link
Contributor Author

Working as intended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Accepted The submitted issue has been confirmed by the Victory core team Type: Bug 🐛 Oh no! A bug or unintentional behavior
Projects
None yet
Development

No branches or pull requests

1 participant