Is it possible to pass an array as a parameter for a function in d3 pick? I have tried doing that and it seems to generate an error message:
B14 Bad Stack Descriptor
The error message appears if you try to pass an array as a parameter for a function. This leads me to two questions.
1) Is it is even possible to pass an array as a parameter in d3 pick?
2) If it is not possible to pass an array directly, is there some kind of workaround that will allow one to achieve the same result?