gwtd3 / gwt-d3

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

Selection.selectAll(DatumFunction<List<Element>>) is missing #91

Closed anthonime closed 9 years ago

anthonime commented 11 years ago

add a test case in TestSubselections.java

anthonime commented 9 years ago

Added the NodeList version : Selection.selectAll(DatumFunction<NodeList>) which is convenient to use in conjunction with GWT API's Element.findElementsByTagName()