Forum Discussion

ysapiyev's avatar
ysapiyev
Responsive Resident
8 years ago

Trouble with adding checkbox

Hi everyone,   I wanted to add checkbox and tried this code: svg.selectAll("foreignObject") .data(nodes) .enter().append("foreignObject") .attr('x' , o.x) .attr('y'...