gwtd3 / gwt-d3

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

Changed parameter type to be Array<Double> for scaleExtent and translate #66

Closed augbog closed 10 years ago

augbog commented 11 years ago

Before I used double[] as the parameter but I think Array is more appropriate. I apologize for not noticing this sooner.