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

Make charts vertically responsive (#3105) #3326

Merged
merged 1 commit into from
Sep 23, 2016

Commits on Sep 18, 2016

  1. Make charts vertically responsive (chartjs#3105)

    Ensure that the hidden iframe is stretched vertically in order to detect height changes. Remove the classlist check/call since it was incorrectly spelled (should be classList), but also useless since the iframe has just been generated. Also remove the callback check: addResizeListener should never be called w/o a valid callback.
    simonbrunel committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    0e61ca8 View commit details
    Browse the repository at this point in the history