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

Function a0

src/plot_api/plot_api.js:1393–1397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1391
1392 // make a new empty vals array for undoit
1393 function a0() {
1394 return traces.map(function () {
1395 return undefined;
1396 });
1397 }
1398
1399 // for autoranging multiple axes
1400 function addToAxlist(axid) {

Callers 2

doextraFunction · 0.85
_restyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected