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
VictoryLegend's x and y props work well in version 0.21.0, but no effect in version 0.21.5.
<svg width={200} height={200} viewBox={"0 0 200 2000"}> <VictoryPie standalone={false} ... /> <VictoryLegend standalone={false} data={legendData} x={50} y={30} symbolSpacer={2} gutter={2} /> </svg>
The text was updated successfully, but these errors were encountered:
@liweifeng2 thank you for pointing this out. Improvements to VictoryLegend are coming in 0.22.0. I will make sure this is addressed for that release.
VictoryLegend
0.22.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
VictoryLegend's x and y props work well in version 0.21.0, but no effect in version 0.21.5.
The text was updated successfully, but these errors were encountered: