-
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
Loading nested JSON objects #1471
Comments
+1 |
+1 |
I just opened a pull request but the CI says my new test cases don't work. However they work fine on my machine. Any suggestions why they don't work here: https://travis-ci.org/masayuki0812/c3/builds/96603362 ? |
I would like for this to work. |
Just fixed my pull request, so tests work now! |
This looks great. Looking forward to this being merged. |
This is a solid idea. Merging PR to |
For anyone who is interested, this is a simple jsfiddle that demonstrates the new feature: http://jsfiddle.net/h0wag7ur/ |
Great feature! |
Awesome! So happy to see this merged. Appreciate the demo too. |
Hello, I am trying to use following JSON data input for stacked bar chart, however its not working for nested input. If I put everything on one level, it works fine. Its just that nested is causing issue. can you pls help? JSON data - ]` |
When I load JSON as chart data, I cannot load any nested objects or array values, but only objects in the first "level" of the JSON object.
This works fine:
But this does not work:
There would only be a small change needed to implement the access of nested values, and it would make loading of JSON objects much easier in some cases.
The text was updated successfully, but these errors were encountered: