-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
0.4: Can't create empty chart #737
Labels
Comments
I don't think so. It seems working on my environment. Could you show me your code? |
Seems like |
masayuki0812
added a commit
that referenced
this issue
Nov 20, 2014
Thanks. You're right. I think this has been fixed by this commit, then I'll release it in the next version v0.4.4. |
Thank you! |
v0.4.4 has been released, so please let me close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With 0.3.x, it was possible to create an empty chart with
{... data: {json: []}, ...}
. This now fails withCannot read property 'values' of undefined
.The text was updated successfully, but these errors were encountered: