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

Function firstScatterGroup

src/traces/scatter/calc.js:272–276  ·  view source on GitHub ↗
(trace)

Source from the content-addressed store, hash-verified

270}
271
272function firstScatterGroup(trace) {
273 var stackGroup = trace.stackgroup;
274 return trace.xaxis + trace.yaxis + trace.type +
275 (stackGroup ? '-' + stackGroup : '');
276}
277
278function getStackOpts(trace, fullLayout, xa, ya) {
279 var stackGroup = trace.stackgroup;

Callers 2

calcAxisExpansionFunction · 0.85
setFirstScatterFunction · 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…