-
Notifications
You must be signed in to change notification settings - Fork 524
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
VictoryArea -- Cannot read property 'left' of underfined #517
Comments
@vnu can you provide a little more detail. I tried to reproduce your issue, https://jsfiddle.net/boygirl/ehkyzdew/, but I'm not seeing your error. |
@boygirl What kind of details would help you? I was able to see the graph in the js fiddle as well. I'm not sure why this is not working with my existing code and what is different between Area / Bar / Pie that Bar and Pie works but Area doesn't :/ |
What version of Victory are you on? Are you rendering |
@vnu looks like the issue is in |
Fixed in |
Thanks @boygirl for fixing this. |
I am trying victory for the first time and my code is pretty straightforward and I keep running into the left of undefined error. The error, however doesn't occur for VictoryBar or VictoryPie.
The console error
The text was updated successfully, but these errors were encountered: