(lonlat)
| 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…