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

Function convertCenter

src/plots/map/map.js:810–812  ·  view source on GitHub ↗
(center)

Source from the content-addressed store, hash-verified

808}
809
810function convertCenter(center) {
811 return [center.lon, center.lat];
812}
813
814module.exports = Map;

Callers 1

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