Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions draftlogs/6670_add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add 'Equal Earth' projection [[#6670](https://github.com/plotly/plotly.js/pull/6670)]
1 change: 1 addition & 0 deletions src/plots/geo/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports.projNames = {
eckert5: 'eckert5',
eckert6: 'eckert6',
eisenlohr: 'eisenlohr',
'equal earth': 'equalEarth',
equirectangular: 'equirectangular',
fahey: 'fahey',
'foucaut sinusoidal': 'foucautSinusoidal',
Expand Down
1 change: 1 addition & 0 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2189,6 +2189,7 @@
"eckert5",
"eckert6",
"eisenlohr",
"equal earth",
"equirectangular",
"fahey",
"foucaut",
Expand Down