From a8e5e0db0d8886863f480ebf3f620a6855090e2a Mon Sep 17 00:00:00 2001 From: jgaffuri Date: Mon, 23 Oct 2023 16:37:05 +0200 Subject: [PATCH] FR pop --- examples/FR_pop.html | 2 +- src/TODO.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/FR_pop.html b/examples/FR_pop.html index 17cc37120..7824750a1 100644 --- a/examples/FR_pop.html +++ b/examples/FR_pop.html @@ -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'), }) ) diff --git a/src/TODO.txt b/src/TODO.txt index b5a2fcd4d..47a2c708c 100644 --- a/src/TODO.txt +++ b/src/TODO.txt @@ -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 ?