Chart.js/test
Simon Brunel f90ee8c786 Add support for detached canvas element (#4591)
Allow to create a chart on a canvas not yet attached to the DOM (detection based on CSS animations described in https://davidwalsh.name/detect-node-insertion). The resize element (IFRAME) is added only when the canvas receives a parent or when `style.display` changes from `none`. This change also allows to re-parent the canvas under a different node (the resizer element following). This is a preliminary work for the DIV based resizer.
2017-08-01 14:28:45 +02:00
..
fixtures Fix labelOffset not working for vertical axes (#4249) 2017-07-15 10:19:16 +02:00
specs Add support for detached canvas element (#4591) 2017-08-01 14:28:45 +02:00
.eslintrc Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00
jasmine.context.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
jasmine.index.js Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00
jasmine.matchers.js Add support for detached canvas element (#4591) 2017-08-01 14:28:45 +02:00
jasmine.utils.js Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00