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
{{ message }}
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
Interpolator accessors in Interpolators class (originally d3.interpolate* methods) are hard to implement in Java using generics. They should be wrapped in JSNI implementation of the existing InterpolatorFactory interface but I could not find a way to do it for now. Find a way to implement them, then we can provide the method Scale.interpolate().
The text was updated successfully, but these errors were encountered:
Interpolator accessors in Interpolators class (originally d3.interpolate* methods) are hard to implement in Java using generics. They should be wrapped in JSNI implementation of the existing InterpolatorFactory interface but I could not find a way to do it for now. Find a way to implement them, then we can provide the method Scale.interpolate().
The text was updated successfully, but these errors were encountered: