You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have sequential scale with the same values for the domain and i call/apply it with the same input value as the domain values, i get an a color value that is not within the range of the color interpolater i specified.
e.g.
I think this should be considered a bug; the scale should probably return interpolate(0) for all inputs if the domain is collapsed. (Though if the domain contained NaN, I think interpolate(NaN) would be appropriate, which is what is happening erroneously here.)
If i have sequential scale with the same values for the domain and i call/apply it with the same input value as the domain values, i get an a color value that is not within the range of the color interpolater i specified.
e.g.
any other value produces the correct result.
Is this expected behavior ?
The text was updated successfully, but these errors were encountered: