MCPcopy Create free account
hub / github.com/c3js/c3 / callResizeFunctions

Function callResizeFunctions

c3.js:2181–2185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2179 ChartInternal.prototype.generateResize = function () {
2180 var resizeFunctions = [];
2181 function callResizeFunctions() {
2182 resizeFunctions.forEach(function (f) {
2183 f();
2184 });
2185 }
2186 callResizeFunctions.add = function (f) {
2187 resizeFunctions.push(f);
2188 };

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…