Skip to content

Commit

Permalink
FR pop
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Oct 23, 2023
1 parent 04265b3 commit a8e5e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/FR_pop.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
width: 200,
ticks: 2,
tickFormat: 'text',
fun: (t, r, s) => (t == 0 ? 'Low' : t == 1 ? 'High' : 'X'),
fun: (t, r, s) => (t == 0 ? 'Bas' : t == 1 ? 'Haut' : 'X'),
})
)

Expand Down
3 changes: 2 additions & 1 deletion src/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FR DOMs: finalise
upgrade FR_pop

stretching - check rev/pow correspondence. add new one for diverging, see d3.scale
FR: bug with 600m level

tootip bug: test in small map
FR DOMs: finalise
FR: income map

style: rough.js - test on observable with this.cg.pixToGeoX ?
Expand Down

0 comments on commit a8e5e0d

Please sign in to comment.