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

Handle certain NULL query results #74

Merged
merged 1 commit into from
May 15, 2020

Commits on May 13, 2020

  1. Handle certain NULL query results

    Previously, if the Keen API responded with a result having a null entry,
    parsing the response would result in a javascript error when this
    project checks to see if the result needs to be cast to a Number.
    
    This checks a few possible places were the API might return null, and does
    not attempt to cast in these cases. This means null gets passed to the
    chart, but in practice this hasn't been an issue. If it is, it could be
    handled at the server level or the charting level, but at least this
    project won't crash on it.
    woahdae committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8d9772e View commit details
    Browse the repository at this point in the history