gwtd3 / gwt-d3

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

Selection.data(DatumFunction) should not be parametrized with a JSO object #99

Closed anthonime closed 10 years ago

anthonime commented 10 years ago

The type parameter enforce a T extends JavaScriptObject, but this is limitative. It should be replaced with a ? or a T.

anthonime commented 10 years ago

NB: we rollback this change , it was a mistaked diagnostic