(gd)
| 397 | } |
| 398 | |
| 399 | function 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 | |
| 409 | function setPlotConfig(obj) { |
| 410 | return Lib.extendFlat(dfltConfig, obj); |
no outgoing calls
no test coverage detected
searching dependent graphs…