Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ isLineLayer
Function
isLineLayer
src/plots/geo/geo.js:369–371 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
367
}
368
369
function
isLineLayer(d) {
370
return
Boolean(constants.lineLayers[d]);
371
}
372
373
function
isFillLayer(d) {
374
return
Boolean(constants.fillLayers[d]);
Callers
1
geo.js
File · 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…