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

Function render

stackgl_modules/index.js:19170–19177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19168
19169 //Draw the whole scene
19170 function render() {
19171 if(scene._stopped || scene.contextLost) {
19172 return
19173 }
19174 // this order is important: ios safari sometimes has sync raf
19175 redraw()
19176 requestAnimationFrame(render)
19177 }
19178
19179 scene.enableMouseListeners()
19180 render()

Callers 1

createSceneFunction · 0.70

Calls 1

redrawFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…