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

Function isFillLayer

src/plots/geo/geo.js:373–375  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

371 }
372
373 function isFillLayer(d) {
374 return Boolean(constants.fillLayers[d]);
375 }
376
377 var allLayers = this.hasChoropleth ?
378 constants.layersForChoropleth :

Callers 1

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