--cięcie--
  .selectAll("circle")
  .data(data, d => d)
  .join("circle")
--cięcie--
