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

Function makePointPath

src/components/drawing/index.js:395–398  ·  view source on GitHub ↗
(symbolNumber, r, t, s)

Source from the content-addressed store, hash-verified

393};
394
395function makePointPath(symbolNumber, r, t, s) {
396 var base = symbolNumber % 100;
397 return drawing.symbolFuncs[base](r, t, s) + (symbolNumber >= 200 ? DOTPATH : '');
398}
399
400var stopFormatter = numberFormat('~f');
401var gradientInfo = {

Callers 1

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