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

Function emitAfterPlot

src/plot_api/plot_api.js:399–407  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

397}
398
399function emitAfterPlot(gd) {
400 var fullLayout = gd._fullLayout;
401
402 if (fullLayout._redrawFromAutoMarginCount) {
403 fullLayout._redrawFromAutoMarginCount--;
404 } else {
405 gd.emit('plotly_afterplot');
406 }
407}
408
409function setPlotConfig(obj) {
410 return Lib.extendFlat(dfltConfig, obj);

Callers 1

_doPlotFunction · 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…