MCPcopy Create free account
hub / github.com/breck7/scroll / fitSize

Function fitSize

external/.d3.js:12080–12082  ·  view source on GitHub ↗
(projection, size, object)

Source from the content-addressed store, hash-verified

12078}
12079
12080function fitSize(projection, size, object) {
12081 return fitExtent(projection, [[0, 0], size], object);
12082}
12083
12084function fitWidth(projection, width, object) {
12085 return fit(projection, function(b) {

Callers 3

projectionMutatorFunction · 0.85
albersUsaFunction · 0.85
identity$4Function · 0.85

Calls 1

fitExtentFunction · 0.85

Tested by

no test coverage detected