JustinGOSSES / wellioviz

d3.js v5 visualization of well logs
https://justingosses.github.io/wellioviz/#introduction
Apache License 2.0
49 stars 12 forks source link

improve how min and max depth work when no points remain #26

Open JustinGOSSES opened 4 years ago

JustinGOSSES commented 4 years ago

if you set the min such that all the depth points are too low, the well fails to plot.

This makes perfect sense, of course, but could be hard to debug if you forget that a min or max depth value has been set.

should fail in a slightly better way???? Not sure how yet.