Charles De Dampierre commited on
Commit
9187cfc
1 Parent(s): b622459

change the bandwidth

Browse files
Files changed (1) hide show
  1. src/Map.jsx +1 -1
src/Map.jsx CHANGED
@@ -104,7 +104,7 @@ function MapView() {
104
  .x((d) => xScale(d.x))
105
  .y((d) => yScale(d.y))
106
  .size([plotWidth, plotHeight])
107
- .bandwidth(30)(
108
  // Adjust the bandwidth as needed
109
  data,
110
  );
 
104
  .x((d) => xScale(d.x))
105
  .y((d) => yScale(d.y))
106
  .size([plotWidth, plotHeight])
107
+ .bandwidth(5)(
108
  // Adjust the bandwidth as needed
109
  data,
110
  );