equinor / videx-wellog

Well log components
https://equinor.github.io/videx-wellog/
MIT License
21 stars 7 forks source link

Track rescale issue #29

Closed kjerandp closed 4 years ago

kjerandp commented 4 years ago

If using the InterpolatedScaleHandler, and changing the mode, the tracks does not have the correct scale set anymore. This was a bug that was introduced in v0.2.0-alpha.

kjerandp commented 4 years ago

Looking into this issue, it seems like a good idea to remove the D3Scale type alias and just replace it with the Scale type.