Skip to content

Commit 4fed315

Browse files
committed
DE
1 parent b5333ba commit 4fed315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/DE.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
minZoom: 50,
3131
})
3232

33-
3433
.addMultiScaleTiledGridLayer(
3534
[100, 200, 500, 1000, 2000, 5000, 10000],
3635
(r) =>
@@ -49,7 +48,7 @@
4948
type: () => 'piechart',
5049
offsetAngle: () => 0,
5150
sizeCol: "Insg",
52-
size: (v, r, s, zf) => 1 * r * gviz.sPow(v / s.max, 0.10, 0),
51+
size: (v, r, s, zf) => 1.1 * r * gviz.sPow(v / s.max, 0.2, 0),
5352
}),
5453
],
5554
{

0 commit comments

Comments
 (0)