@amcharts/amcharts4
Version:
amCharts 4
12 lines • 659 B
JavaScript
export { Mercator } from "./projections/Mercator";
export { Miller } from "./projections/Miller";
export { Eckert6 } from "./projections/Eckert6";
export { Orthographic } from "./projections/Orthographic";
export { Stereographic } from "./projections/Stereographic";
export { Albers } from "./projections/Albers";
export { AlbersUsa } from "./projections/AlbersUSA";
export { NaturalEarth1 } from "./projections/NaturalEarth1";
export { AzimuthalEqualArea } from "./projections/AzimuthalEqualArea";
export { EqualEarth } from "./projections/EqualEarth";
export { Projection } from "./projections/Projection";
//# sourceMappingURL=projections.js.map