Make pressure transitions smoother
Fixes #43 (closed).
The smoothing can be scaled arbitrarily, at the cost of giving more points to d3. See the comments above smoothPath()
.
MAX_PRESSURE_DELTA
might suffice for this, but I think MAX_POINT_DISTANCE
supplements it in a subtle way.
Edited by Nayeem Rahman