All examples By author By category About

1wheel

hex-cartogram

Data from Bloomberg

data.constituencies.forEach(d => {
  delete d.geo.properties.constituency
  delete d.results
  delete d.candidates
})
copy(JSON.stringify(data.constituencies))