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

Function getKeyFunc

src/traces/scatter/plot.js:478–482  ·  view source on GitHub ↗
(trace)

Source from the content-addressed store, hash-verified

476
477 // Returns a function if the trace is keyed, otherwise returns undefined
478 function getKeyFunc(trace) {
479 if(trace.ids) {
480 return keyFunc;
481 }
482 }
483
484 function hideFilter() {
485 return false;

Callers 1

makePointsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…