d3 / d3-contour

Compute contour polygons using marching squares.
https://d3js.org/d3-contour
ISC License
494 stars 63 forks source link

Feature request: contour labels #40

Closed thor85 closed 4 years ago

thor85 commented 4 years ago

The option to show labels on the index contours would be very useful. Arcgis example

mbostock commented 4 years ago

https://observablehq.com/@fil/contour-labels-svg

thor85 commented 4 years ago

Thank you! It works great.