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

Function hasFlag

src/traces/sunburst/plot.js:547–549  ·  view source on GitHub ↗
(flag)

Source from the content-addressed store, hash-verified

545 if (!texttemplate) {
546 var parts = textinfo.split('+');
547 var hasFlag = function (flag) {
548 return parts.indexOf(flag) !== -1;
549 };
550 var thisText = [];
551 var tx;
552

Callers 1

plot.jsFile · 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…