Skip to content

Commit

Permalink
DE
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Jul 14, 2023
1 parent b5333ba commit 4fed315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/DE.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
minZoom: 50,
})


.addMultiScaleTiledGridLayer(
[100, 200, 500, 1000, 2000, 5000, 10000],
(r) =>
Expand All @@ -49,7 +48,7 @@
type: () => 'piechart',
offsetAngle: () => 0,
sizeCol: "Insg",
size: (v, r, s, zf) => 1 * r * gviz.sPow(v / s.max, 0.10, 0),
size: (v, r, s, zf) => 1.1 * r * gviz.sPow(v / s.max, 0.2, 0),
}),
],
{
Expand Down

0 comments on commit 4fed315

Please sign in to comment.