Closed stolsky closed 2 years ago
use cache with IDs of geo.json areas as workaround for the data binding problem with d3. it seems you can bind only one data set to an element in d3. solution:
const data_cache = {}; data_cache[area_id] = dataset;
area ids of
set during adjustment!
use cache with IDs of geo.json areas as workaround for the data binding problem with d3. it seems you can bind only one data set to an element in d3. solution:
area ids of
set during adjustment!