MCPcopy Index your code
hub / github.com/plotly/plotly.js / updateFx

Function updateFx

src/plots/geo/index.js:67–76  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

65}
66
67function updateFx(gd) {
68 var fullLayout = gd._fullLayout;
69 var subplotIds = fullLayout._subplots[GEO];
70
71 for(var i = 0; i < subplotIds.length; i++) {
72 var subplotLayout = fullLayout[subplotIds[i]];
73 var subplotObj = subplotLayout._subplot;
74 subplotObj.updateFx(fullLayout, subplotLayout);
75 }
76}
77
78module.exports = {
79 attr: GEO,

Callers 1

subroutines.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…