]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Replace the IFRAME resizer by DIVs (#4596)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Wed, 2 Aug 2017 05:25:55 +0000 (07:25 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2017 05:25:55 +0000 (07:25 +0200)
commit2c52209ba73cc9b190608319dbba0593f3df455e
tree44e675f9da987a122a32f9cbbd71ba9e7482f6c6
parentf90ee8c786c24e44a252964c74970382d9c39016
Replace the IFRAME resizer by DIVs (#4596)

Resize detection is now based on scroll events from two divs nested under a main one. Implementation inspired from https://github.com/marcj/css-element-queries.
src/core/core.controller.js
src/platforms/platform.dom.js
test/specs/core.controller.tests.js