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

Function invert

src/plots/geo/geo.js:491–496  ·  view source on GitHub ↗
(lonlat)

Source from the content-addressed store, hash-verified

489 }
490
491 function invert(lonlat) {
492 return _this.projection.invert([
493 lonlat[0] + _this.xaxis._offset,
494 lonlat[1] + _this.yaxis._offset
495 ]);
496 }
497
498 var fillRangeItems = function(eventData, poly) {
499 if(poly.isRect) {

Callers 1

fillRangeItemsFunction · 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…