gwtd3 / gwt-d3

A GWT wrapper library around the d3.js library
Other
131 stars 53 forks source link

ContinuousQuantitativeScale.interpolate() method and interpolator accesor #75

Open anthonime opened 10 years ago

anthonime commented 10 years ago

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().