Skip to content

Commit

Permalink
FR income map
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Nov 4, 2023
1 parent 08809bb commit 7d0614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FR_income.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
[
new gviz.ShapeColorSizeStyle({
sizeCol: "ind",
size: (v, r, s, zf) => 1.3 * r * gviz.sPow((v - s.min) / (s.max - s.min), 0.2),
size: (v, r, s, zf) => 1.3 * r * gviz.sPow((v - s.min) / (s.max - s.min), 0.16),
colorCol: "revind",
color: (v, r, s) => {
let t = (v - incMin) / (incMax - incMin);
Expand Down

0 comments on commit 7d0614c

Please sign in to comment.