score:2

Accepted answer

i was able to find out what was wrong with my code, after spending many many hours on this. the selection method must be called like this:

.on("click", function(d, i) {
    me.applyselection(data[i].attributeselector);
    return true;
});

Related Query

More Query from same tag