UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
d3-geo
/
src
/
projection
/
albers.js
11 lines
(9 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
conicEqualArea
from
"./conicEqualArea"
;
export
default
function
(
) {
return
conicEqualArea
() .
parallels
([
29.5
,
45.5
]) .
scale
(
1070
) .
translate
([
480
,
250
]) .
rotate
([
96
,
0
]) .
center
([-
0.6
,
38.7
]); }