MCPcopy Create free account
hub / github.com/plotly/plotly.js / newPoly

Function newPoly

src/components/shapes/draw_newshape/helpers.js:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 var polys = [];
53 var n = -1;
54 var newPoly = function() {
55 n++;
56 polys[n] = [];
57 };
58
59 var k;
60 var x = 0;

Callers 1

helpers.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…