SIGN IN SIGN UP
chartjs / Chart.js UNCLAIMED

Simple HTML5 Charts using the <canvas> tag

0 0 1 JavaScript

Rewrite unit test waitForResize helper (#4566)

The original implementation tries to intercept events from the chart internal iframe, which ones failing on Chrome 60. Checking internals doesn't seem the best approach, instead we could consider that a chart has been resized after the resize method has been called and processed. So let's hook `Chart.resize` and callback once it's done.
S
Simon Brunel committed
c6bda02468475fc9b2548e143b64b6a8fff4139c
Parent: 3aa7a20
Committed by GitHub <noreply@github.com> on 7/26/2017, 11:33:45 AM