jQuery/JS Common - Utils - viz - map - projection
A namespace with methods that manipulate map projections.
import { projection } from "devextreme/viz/vector_map/projection"
add(name, projectionConfig)
Adds a new projection to the internal projection storage.
Parameters:
name:
The projection's name.
The projection.
Feedback