ok Chris you win an extra question.
is there a way to set up styles of a pseudo-class? for instance hover.
AFAIK doing d3.selectAll("element:hover").style(...) doesn't work.
not that I need to do this currently but I once tried this and
couldn't do it without writing out the css outside of the code.
On 16 nov, 17:07, Chris Viau <
christophev...@gmail.com> wrote:
> I use the nth-child<
http://reference.sitepoint.com/css/pseudoclass-nthchild> pseudo