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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.