We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422430d commit af675c6Copy full SHA for af675c6
.eslintignore
@@ -4,4 +4,3 @@ build
4
5
test/jasmine/assets/jquery-1.8.3.min.js
6
src/plots/polar/micropolar.js
7
-src/plots/geo/projections.js
src/plots/geo/projections.js
@@ -16,6 +16,8 @@
16
17
'use strict';
18
19
+/* eslint-disable */
20
+
21
function addProjectionsToD3(d3) {
22
d3.geo.project = function(object, projection) {
23
var stream = projection.stream;
0 commit comments