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

Function isNonBlankString

src/traces/choropleth/calc.js:10–12  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

8var calcSelection = require('../scatter/calc_selection');
9
10function isNonBlankString(v) {
11 return v && typeof v === 'string';
12}
13
14module.exports = function calc(gd, trace) {
15 var len = trace._length;

Callers 1

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