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

Function isAxisLayer

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

Source from the content-addressed store, hash-verified

363 var basePaths = _this.basePaths;
364
365 function isAxisLayer(d) {
366 return (d === 'lonaxis' || d === 'lataxis');
367 }
368
369 function isLineLayer(d) {
370 return Boolean(constants.lineLayers[d]);

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…