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

Implemented access to nested JSON objects as values for charts #1625

Closed
wants to merge 1 commit into from

Commits on Mar 18, 2016

  1. Implemented access to nested JSON objects as values for charts

    Code to access objects by path was taken from the solution of
    http://stackoverflow.com/questions/6491463
    
    When JSON objects are used to load chart data, nested / inner objects and
    arrays can now be loaded, too.
    See additional tests in spec/data-spec.js for examples, how to access nested
    JSON object values
    kelthuzad committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    6fd55e8 View commit details
    Browse the repository at this point in the history