mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
Responsive used proper "each" from helpers
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
return function() {
|
||||
clearTimeout(timeout);
|
||||
timeout = setTimeout(function() {
|
||||
each(Chart.instances, function(instance) {
|
||||
helpers.each(Chart.instances, function(instance) {
|
||||
// If the responsive flag is set in the chart instance config
|
||||
// Cascade the resize event down to the chart.
|
||||
if (instance.options.responsive) {
|
||||
|
||||
Reference in New Issue
Block a user