pyk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/app/assets/javascripts/lib/dc_modified_ronak.js +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NWNkMmVmODY4MmJiMTYwYTNhYTQ0NWEwOTk3MTc0YzE3NjI2NzVmNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjcyOGE2MDc3MmI1ZDNjNTg0OGVhYWI1YjBkNWRjMjk3ZmZlMDI1Yw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZWMyYTY4NzY0NGRjMjAyNjQ2Njk4MDE5YWE0YjYyMWVhNmFlMzRmMmY2MjVm
|
10
|
+
MzM4ZDI0NjUyN2ZmZTNhNzZlNGY2YjA5MWVhMGFjYzIxZWNmM2Q0OTcyNjlh
|
11
|
+
NzY3ZTNlYzM3YzYxNWZjOGZiMmEyYjg3ZjRlNDUyMjEzMWVhNDk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzliYTA4MmRiODQ0MzA0M2M1ODMwNjgyNzA5M2Y1NWMyYWY1MGY1OTdmZWU5
|
14
|
+
NTk1MjkyZjA2ODE0YmE5NmYyODVkZWNmNDM1NDc1YzgzMDljNWZmY2EzY2U5
|
15
|
+
MjcxMGM3N2E5ZThkMmNhYmRhYmI0NzgxN2ZhODViNzM5OGUzZDE=
|
@@ -4917,11 +4917,11 @@ dc.geoChoroplethChart = function (parent, chartGroup) {
|
|
4917
4917
|
return d || 0;
|
4918
4918
|
});
|
4919
4919
|
|
4920
|
-
//Custom Code Start//
|
4921
|
-
|
4922
|
-
|
4923
|
-
|
4924
|
-
//Custom Code End//
|
4920
|
+
//Custom Code Start//
|
4921
|
+
var projection = d3.geo.mercator()
|
4922
|
+
.scale(400)
|
4923
|
+
.translate([-450,275 ]);
|
4924
|
+
//Custom Code End//
|
4925
4925
|
|
4926
4926
|
var _geoPath = d3.geo.path()
|
4927
4927
|
.projection(projection); //Custom Code
|