projection.scale()

projection.scale([scale])

If scale is specified, sets the projection’s scale factor to the specified value and returns the projection. If scale is not specified, returns the current scale factor; the default scale is projection-specific. The scale factor corresponds linearly to the distance between projected points; however, absolute scale factors are not equivalent across projections.

doc_D3_Js
2016-11-24 10:28:29
Comments
Leave a Comment

Please login to continue.